X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9e52a19e67d5bfeffcfefabf1c36f14fa34c343..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index cf7602e817..0582e12a41 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -86,6 +86,9 @@ #ifndef SPI_GETWHEELSCROLLLINES #define SPI_GETWHEELSCROLLLINES 104 #endif + #ifndef SPI_GETWHEELSCROLLCHARS + #define SPI_GETWHEELSCROLLCHARS 108 + #endif #endif // wxUSE_MOUSEWHEEL // Needed by window.cpp @@ -651,6 +654,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