From 24e454066d47b61147eb1abec27114bc52c36f4c Mon Sep 17 00:00:00 2001 From: James McCollum Date: Mon, 26 Oct 2020 08:17:46 -0400 Subject: [PATCH] Added fix to pugixml_dll.rc so shared lib can be built with MinGW --- scripts/pugixml_dll.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pugixml_dll.rc b/scripts/pugixml_dll.rc index d71a65d..1c7c5a7 100644 --- a/scripts/pugixml_dll.rc +++ b/scripts/pugixml_dll.rc @@ -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