]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
made SelectionToText and ToText public
[wxWidgets.git] / include / wx / msw / missing.h
index e4ca8641b59657603395eb3f4147b6eaf8571f20..04ef9d82987a407d14e34b147b13648c6d703a11 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
@@ -580,9 +584,9 @@ typedef struct {
     #define WC_NO_BEST_FIT_CHARS 0x400
 #endif
 
-// Not in WinCE
-#ifndef HGDI_ERROR
-#define HGDI_ERROR ((HANDLE)(0xFFFFFFFFL))
+// In addition, include stuff not defined in WinCE
+#ifdef __WXWINCE__
+    #include "wx/msw/wince/missing.h"
 #endif
 
 #endif