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:
+2
-2
@@ -7,9 +7,9 @@
|
|||||||
* 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"
|
||||||
#elif defined (__MINGW32__) || defined (__CYGWIN__)
|
#elif defined (__MINGW32__) || defined (__CYGWIN__) || defined(_WIN32_WCE)
|
||||||
/* If we're compiling on MS Windows using build.sh, use
|
/* 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"
|
# include "config_win.h"
|
||||||
#else
|
#else
|
||||||
/* If we're compiling in unix, use config_unix.h, generated from
|
/* If we're compiling in unix, use config_unix.h, generated from
|
||||||
|
|||||||
Reference in New Issue
Block a user