X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f559d1a23c71252b698badf63e4685a3abfa1712..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/msw/missing.h?ds=sidebyside diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index cfbeea2be6..cf7602e817 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 @@ -94,6 +97,7 @@ #define VK_OEM_5 0xDC #define VK_OEM_6 0xDD #define VK_OEM_7 0xDE + #define VK_OEM_102 0xE2 #endif #ifndef VK_OEM_COMMA