]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Initial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW
[wxWidgets.git] / include / wx / msw / missing.h
index 5138801aa3bf6ef0044fdb2b3efeb07f106bffc6..a249a1df37a6b42d72f1e5bf448a155169aa86a2 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,6 +528,8 @@ typedef struct {
 
   WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack);
 
+  #define CCM_SETUNICODEFORMAT 8197
+  
 #endif
 
 // This didn't appear in mingw until 2.95.2