aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtinyxml2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyxml2.h b/tinyxml2.h
index ab13eee..da9a5a7 100755
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -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)