diff options
author | Brad King <brad.king@kitware.com> | 2017-06-19 19:26:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-19 19:26:00 (GMT) |
commit | 0a40c668f5bd60e68cde3fc7803aec2611f6c1c3 (patch) | |
tree | 20a8fcda4b76c7ffb657bb6f53ded61261f72d87 /Utilities/cmexpat/lib/xmlrole.c | |
parent | d9d191a19f4a383e6e5a56d016526323476ce001 (diff) | |
parent | 4b8a8c226fd7fe19d9445664c4cb9ff084b44281 (diff) | |
download | CMake-0a40c668f5bd60e68cde3fc7803aec2611f6c1c3.zip CMake-0a40c668f5bd60e68cde3fc7803aec2611f6c1c3.tar.gz CMake-0a40c668f5bd60e68cde3fc7803aec2611f6c1c3.tar.bz2 |
Merge branch 'upstream-expat' into update-expat
* upstream-expat:
expat 2017-06-17 (c4446687)
Diffstat (limited to 'Utilities/cmexpat/lib/xmlrole.c')
-rw-r--r-- | Utilities/cmexpat/lib/xmlrole.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Utilities/cmexpat/lib/xmlrole.c b/Utilities/cmexpat/lib/xmlrole.c index 4e79ffd..a7c5630 100644 --- a/Utilities/cmexpat/lib/xmlrole.c +++ b/Utilities/cmexpat/lib/xmlrole.c @@ -4,19 +4,13 @@ #include <stddef.h> -#ifdef COMPILING_FOR_WINDOWS +#ifdef _WIN32 #include "winconfig.h" -#elif defined(MACOS_CLASSIC) -#include "macconfig.h" -#elif defined(__amigaos__) -#include "amigaconfig.h" -#elif defined(__WATCOMC__) -#include "watcomconfig.h" #else #ifdef HAVE_EXPAT_CONFIG_H #include <expat_config.h> #endif -#endif /* ndef COMPILING_FOR_WINDOWS */ +#endif /* ndef _WIN32 */ #include "expat_external.h" #include "internal.h" |