Commit 8af3e67e authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define.

parent a713da2f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment