Skip to content

Commit

Permalink
fix cygwin compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
neheb authored May 7, 2021
1 parent 5df537f commit e672b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pugixml_dll.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e672b1c

Please sign in to comment.