]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / msw / missing.h
index ded2d2b101161d7dc8f852ed016c453dd05aef1d..9efb9f6ab58753ce504b9ef6486625615a3379f3 100644 (file)
@@ -77,6 +77,9 @@
     #ifndef WM_MOUSEWHEEL
         #define WM_MOUSEWHEEL           0x020A
     #endif
     #ifndef WM_MOUSEWHEEL
         #define WM_MOUSEWHEEL           0x020A
     #endif
+    #ifndef WM_MOUSEHWHEEL
+        #define WM_MOUSEHWHEEL          0x020E
+    #endif
     #ifndef WHEEL_DELTA
         #define WHEEL_DELTA             120
     #endif
     #ifndef WHEEL_DELTA
         #define WHEEL_DELTA             120
     #endif
@@ -648,6 +651,10 @@ typedef struct
 #define INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400L
 #endif
 
 #define INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400L
 #endif
 
+#ifndef MUI_LANGUAGE_NAME
+#define MUI_LANGUAGE_NAME 0x8
+#endif
+
 //We need to check if we are using MinGW or mingw-w64 as their
 //definitions are different
 
 //We need to check if we are using MinGW or mingw-w64 as their
 //definitions are different