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:
+3
-2
@@ -1,8 +1,9 @@
|
||||
/* This file contains some compile-time configuration options.
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
/* If we're compiling in windows, we're using the msvc++/config.h file
|
||||
#ifdef _MSC_VER
|
||||
/* 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
|
||||
* that file manually. */
|
||||
# include "msvc++/config.h"
|
||||
|
||||
Reference in New Issue
Block a user