Merge pull request #949 from imba-tjd/master-1

fix compiler detection
This commit is contained in:
Lee Thomason
2023-11-20 21:27:14 -08:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ distribution.
# pragma warning(disable: 4251)
#endif
#ifdef _WIN32
#ifdef _MSC_VER
# ifdef TINYXML2_EXPORT
# define TINYXML2_LIB __declspec(dllexport)
# elif defined(TINYXML2_IMPORT)