]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Remove duplicated typedef depending on header file version.
[wxWidgets.git] / include / wx / msw / missing.h
index 5138801aa3bf6ef0044fdb2b3efeb07f106bffc6..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