gdiplus: Add a WinSxS manifest resource.

This commit is contained in:
Alexandre Julliard 2011-08-25 17:21:05 +02:00
parent 63dadcb66f
commit 835e74a5f0
3 changed files with 29 additions and 0 deletions

View File

@ -19,4 +19,6 @@ C_SRCS = \
region.c \
stringformat.c
RC_SRCS = gdiplus.rc
@MAKE_DLL_RULES@

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="Microsoft.Windows.GdiPlus" version="1.0.6000.16386" processorArchitecture="" publicKeyToken="6595b64144ccf1df"/>
<file name="gdiplus.dll"/>
</assembly>

22
dlls/gdiplus/gdiplus.rc Normal file
View File

@ -0,0 +1,22 @@
/*
* Resource file for gdiplus
*
* Copyright 2011 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* @makedep: gdiplus.manifest */
WINE_MANIFEST 24 gdiplus.manifest