Check _MCS_VER, not WIN32.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1906 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-10-15 06:03:31 +00:00
parent f0678925ba
commit b28de16f41
+3 -2
View File
@@ -1,8 +1,9 @@
/* This file contains some compile-time configuration options. /* This file contains some compile-time configuration options.
*/ */
#ifdef WIN32 #ifdef _MSC_VER
/* If we're compiling in windows, we're using the msvc++/config.h file /* In this case, build.sh is not run to generate a config file, so
* we use a default file msvc++/config.h instead.
* If you want anything else than the defaults, you'll have to edit * If you want anything else than the defaults, you'll have to edit
* that file manually. */ * that file manually. */
# include "msvc++/config.h" # include "msvc++/config.h"