X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ef092d63b3757744beb71a61a3b818e207632b3..cc8bc5aa9cd14c158de637acb9e5ed8beb066d57:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index a27be621c6..1702717ce4 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -34,6 +34,10 @@ #define WM_UPDATEUISTATE 0x0128 #endif +#ifndef WM_CHANGEUISTATE + #define WM_CHANGEUISTATE 0x0127 +#endif + #ifndef WM_PRINTCLIENT #define WM_PRINTCLIENT 0x318 #endif @@ -105,6 +109,10 @@ #define LVS_EX_LABELTIP 0x00004000 #endif +#ifndef LVS_EX_SUBITEMIMAGES + #define LVS_EX_SUBITEMIMAGES 0x00000002 +#endif + /* * In addition to the above, the following are required for several compilers. */