mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
gdiplus: Add a WinSxS manifest resource.
This commit is contained in:
parent
63dadcb66f
commit
835e74a5f0
@ -19,4 +19,6 @@ C_SRCS = \
|
||||
region.c \
|
||||
stringformat.c
|
||||
|
||||
RC_SRCS = gdiplus.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
5
dlls/gdiplus/gdiplus.manifest
Normal file
5
dlls/gdiplus/gdiplus.manifest
Normal 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
22
dlls/gdiplus/gdiplus.rc
Normal 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
|
Loading…
Reference in New Issue
Block a user