mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +08:00
Added fix to pugixml_dll.rc so shared lib can be built with MinGW
This commit is contained in:
parent
c4bae8d818
commit
24e454066d
@ -5,7 +5,7 @@
|
|||||||
#define PUGIXML_VERSION_PATCH 0
|
#define PUGIXML_VERSION_PATCH 0
|
||||||
#define PUGIXML_VERSION_NUMBER "1.10.0\0"
|
#define PUGIXML_VERSION_NUMBER "1.10.0\0"
|
||||||
|
|
||||||
#ifdef GCC_WINDRES
|
#if defined(GCC_WINDRES) || defined(__MINGW32__)
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
#else
|
#else
|
||||||
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user