mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-13 17:37:58 +08:00
Merge pull request #376 from jjmccollum/mingw-dll-fix
Added fix to pugixml_dll.rc so shared lib can be built with MinGW
This commit is contained in:
commit
30761e48df
@ -5,7 +5,7 @@
|
||||
#define PUGIXML_VERSION_PATCH 0
|
||||
#define PUGIXML_VERSION_NUMBER "1.10.0\0"
|
||||
|
||||
#ifdef GCC_WINDRES
|
||||
#if defined(GCC_WINDRES) || defined(__MINGW32__)
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#else
|
||||
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user