Skip to content

Commit

Permalink
Merge pull request #949 from imba-tjd/master-1
Browse files Browse the repository at this point in the history
fix compiler detection
  • Loading branch information
leethomason committed Nov 21, 2023
2 parents ac23537 + cc4c1df commit 4c27b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyxml2.h
Expand Up @@ -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)
Expand Down

0 comments on commit 4c27b08

Please sign in to comment.