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_COMPAREITEM 0x0039
#define WM_TESTING 0x003a #define WM_TESTING 0x003a
#define WM_OTHERWINDOWCREATED 0x003c #define WM_GETOBJECT 0x003d
#define WM_OTHERWINDOWDESTROYED 0x003d
#define WM_ACTIVATESHELLWINDOW 0x003e #define WM_ACTIVATESHELLWINDOW 0x003e
#define WM_COMPACTING 0x0041 #define WM_COMPACTING 0x0041

View File

@ -106,8 +106,8 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"WM_COMPAREITEM", "WM_COMPAREITEM",
"wm_testing", "wm_testing",
NULL, NULL,
"wm_otherwindowcreated", NULL,
"wm_otherwindowdestroyed", "WM_GETOBJECT", /* 0x3d */
"wm_activateshellwindow", "wm_activateshellwindow",
NULL, NULL,