0
0
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:
Arseny Kapoulkine 2020-10-26 15:48:58 -07:00 committed by GitHub
commit 30761e48df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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