mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +08:00
fix cygwin compilation
This commit is contained in:
parent
5df537f348
commit
e672b1c9f0
@ -5,7 +5,7 @@
|
||||
#define PUGIXML_VERSION_PATCH 0
|
||||
#define PUGIXML_VERSION_NUMBER "1.11.0\0"
|
||||
|
||||
#if defined(GCC_WINDRES) || defined(__MINGW32__)
|
||||
#if defined(GCC_WINDRES) || defined(__MINGW32__) || defined(__CYGWIN__)
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
#else
|
||||
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user