]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Native SmartPhone wxChoice implementation.
[wxWidgets.git] / include / wx / msw / missing.h
index 98112c564051f4173b8700125832db48b3f500f1..f92d8075dfd0a044366b0964d85a074b074ca857 100644 (file)
@@ -477,6 +477,10 @@ typedef struct {
 // Misc stuff
 // ----------------------------------------------------------------------------
 
+#ifndef CCM_SETUNICODEFORMAT
+    #define CCM_SETUNICODEFORMAT 8197
+#endif
+
 #ifndef QS_ALLPOSTMESSAGE
     #define QS_ALLPOSTMESSAGE    0x0100
 #endif
@@ -576,5 +580,22 @@ typedef struct {
     #define UISF_HIDEACCEL 2
 #endif
 
+#ifndef WC_NO_BEST_FIT_CHARS
+    #define WC_NO_BEST_FIT_CHARS 0x400
+#endif
+
+#ifndef OFN_EXPLORER
+    #define OFN_EXPLORER 0x00080000
+#endif
+
+#ifndef OFN_ENABLESIZING
+    #define OFN_ENABLESIZING 0x00800000
+#endif
+
+// In addition, include stuff not defined in WinCE
+#ifdef __WXWINCE__
+    #include "wx/msw/wince/missing.h"
+#endif
+
 #endif
     // _WX_MISSING_H_