X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc4070fc9d9d79c60b9f33278047e2d8081c8b18..4ed85025f3ba537206f70f3dd10466e16da926d4:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index ded2d2b101..9efb9f6ab5 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -77,6 +77,9 @@ #ifndef WM_MOUSEWHEEL #define WM_MOUSEWHEEL 0x020A #endif + #ifndef WM_MOUSEHWHEEL + #define WM_MOUSEHWHEEL 0x020E + #endif #ifndef WHEEL_DELTA #define WHEEL_DELTA 120 #endif @@ -648,6 +651,10 @@ typedef struct #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