]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Initial import of wxWebKitCtrl sources and htmlctrl (right now wxWebKit) sample.
[wxWidgets.git] / include / wx / msw / missing.h
index fe707c22199ce0a93e6f677e5070fdd23aba09ee..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
@@ -524,8 +528,6 @@ typedef struct {
 
   WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack);
 
-  #define CCM_SETUNICODEFORMAT 8197
-  
 #endif
 
 // This didn't appear in mingw until 2.95.2