0
0
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:
James McCollum 2020-10-26 08:17:46 -04:00
parent c4bae8d818
commit 24e454066d

View File

@ -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