]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
The exact version it was included doesn't appear to be documented
[wxWidgets.git] / include / wx / platform.h
index 60c5770ed0dbac6f7f337969a720267fb6163b73..bed5fd62c2fd4bf36b21a0ee9f1f3765eef77c15 100644 (file)
@@ -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