Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define.
This commit is contained in:
parent
a713da2fc1
commit
8af3e67e29
|
@ -985,8 +985,8 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
|
|||
#define WM_COMPAREITEM 0x0039
|
||||
#define WM_TESTING 0x003a
|
||||
|
||||
#define WM_OTHERWINDOWCREATED 0x003c
|
||||
#define WM_OTHERWINDOWDESTROYED 0x003d
|
||||
#define WM_GETOBJECT 0x003d
|
||||
|
||||
#define WM_ACTIVATESHELLWINDOW 0x003e
|
||||
|
||||
#define WM_COMPACTING 0x0041
|
||||
|
|
|
@ -106,8 +106,8 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
|
|||
"WM_COMPAREITEM",
|
||||
"wm_testing",
|
||||
NULL,
|
||||
"wm_otherwindowcreated",
|
||||
"wm_otherwindowdestroyed",
|
||||
NULL,
|
||||
"WM_GETOBJECT", /* 0x3d */
|
||||
"wm_activateshellwindow",
|
||||
NULL,
|
||||
|
||||
|
|
Loading…
Reference in New Issue