Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define.

This commit is contained in:
Dmitry Timoshkov 2005-01-14 15:14:41 +00:00 committed by Alexandre Julliard
parent a713da2fc1
commit 8af3e67e29
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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,