X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/44893b87abdc8df271363b08a5d1b57cf7e4e04c..2d6c58d653b8f61eae0cc439fa7b4511fd1cf477:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 60c5770ed0..bed5fd62c2 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -18,7 +18,7 @@ first define Windows symbols if they're not defined on the command line: we can autodetect everything we need if _WIN32 is defined */ -#if defined(_WIN32) || defined(WIN32) || defined(__NT__) +#if defined(_WIN32) || defined(WIN32) || defined(__NT__) || defined(__WXWINCE__) #ifndef __WXMSW__ #define __WXMSW__ #endif