X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b5d41cc51eba1cec1c1dd2426d3b7bf17d50591..0ed94e8347ab38ea5103d39f5ec28df324598e97:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index cbedea9379..fda8af03a7 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -34,12 +34,18 @@ #define WM_UPDATEUISTATE 0x0128 #endif +#ifndef WM_CHANGEUISTATE + #define WM_CHANGEUISTATE 0x0127 +#endif + #ifndef WM_PRINTCLIENT #define WM_PRINTCLIENT 0x318 #endif // Needed by toplevel.cpp -#ifndef UIS_INITIALIZE +#ifndef UIS_SET + #define UIS_SET 1 + #define UIS_CLEAR 2 #define UIS_INITIALIZE 3 #endif