Fix for Windows CE.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2885 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-12-23 05:41:21 +00:00
parent 02ef0c439e
commit ccfcddd719
+2 -2
View File
@@ -7,9 +7,9 @@
* If you want anything else than the defaults, you'll have to edit
* that file manually. */
# include "msvc++/config.h"
#elif defined (__MINGW32__) || defined (__CYGWIN__)
#elif defined (__MINGW32__) || defined (__CYGWIN__) || defined(_WIN32_WCE)
/* If we're compiling on MS Windows using build.sh, use
* config_win.h, generated from * src/config_win.h.in. */
* config_win.h, generated from src/config_win.h.in. */
# include "config_win.h"
#else
/* If we're compiling in unix, use config_unix.h, generated from