added WM_UPDATEUISTATE and related stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a66f2f42f5
commit
4a6619bb4c
@ -560,6 +560,21 @@ 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
|
||||
|
||||
#endif
|
||||
// _WX_MISSING_H_
|
||||
|
Loading…
Reference in New Issue
Block a user