]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
do #undef CreateDialog() under CE, what was the reason for not doing it?
[wxWidgets.git] / include / wx / msw / missing.h
index 76a3e7a0abeec4be322fe8a054cb4c305194c77e..5138801aa3bf6ef0044fdb2b3efeb07f106bffc6 100644 (file)
@@ -580,5 +580,10 @@ typedef struct {
     #define WC_NO_BEST_FIT_CHARS 0x400
 #endif
 
+// In addition, include stuff not defined in WinCE
+#ifdef __WXWINCE__
+    #include "wx/msw/wince/missing.h"
+#endif
+
 #endif
     // _WX_MISSING_H_