X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae54422d9d02ebd0a244998ef9117beff1432268..b2d22a3f0487d02fbc2c966820fee222253fa702:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index b5123ae576..5138801aa3 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -560,6 +560,30 @@ typedef struct { #define VK_OEM_PERIOD 0xBE #endif +#ifndef WM_UPDATEUISTATE + #define WM_UPDATEUISTATE 0x128 +#endif + +#ifndef UIS_INITIALIZE + #define UIS_INITIALIZE 3 +#endif + +#ifndef UISF_HIDEFOCUS + #define UISF_HIDEFOCUS 1 +#endif + +#ifndef UISF_HIDEACCEL + #define UISF_HIDEACCEL 2 +#endif + +#ifndef WC_NO_BEST_FIT_CHARS + #define WC_NO_BEST_FIT_CHARS 0x400 +#endif + +// In addition, include stuff not defined in WinCE +#ifdef __WXWINCE__ + #include "wx/msw/wince/missing.h" +#endif #endif // _WX_MISSING_H_