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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue