Commit 7beb574b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Remove macros that should not be there (cause conflicts in WineLib).

Add corresponding comments in spy.c.
parent 232b5004
...@@ -904,43 +904,9 @@ typedef struct ...@@ -904,43 +904,9 @@ typedef struct
#define WM_PRINT 0x0317 #define WM_PRINT 0x0317
#define WM_PRINTCLIENT 0x0318 #define WM_PRINTCLIENT 0x0318
/* FIXME: This does not belong to any libwine interface header */
/* MFC messages [360-38f] */
#define WM_QUERYAFXWNDPROC 0x0360
#define WM_SIZEPARENT 0x0361
#define WM_SETMESSAGESTRING 0x0362
#define WM_IDLEUPDATECMDUI 0x0363
#define WM_INITIALUPDATE 0x0364
#define WM_COMMANDHELP 0x0365
#define WM_HELPHITTEST 0x0366
#define WM_EXITHELPMODE 0x0367
#define WM_RECALCPARENT 0x0368
#define WM_SIZECHILD 0x0369
#define WM_KICKIDLE 0x036A
#define WM_QUERYCENTERWND 0x036B
#define WM_DISABLEMODAL 0x036C
#define WM_FLOATSTATUS 0x036D
#define WM_ACTIVATETOPLEVEL 0x036E
#define WM_QUERY3DCONTROLS 0x036F
#define WM_SOCKET_NOTIFY 0x0373
#define WM_SOCKET_DEAD 0x0374
#define WM_POPMESSAGESTRING 0x0375
#define WM_OCC_LOADFROMSTREAM 0x0376
#define WM_OCC_LOADFROMSTORAGE 0x0377
#define WM_OCC_INITNEW 0x0378
#define WM_OCC_LOADFROMSTREAM_EX 0x037A
#define WM_OCC_LOADFROMSTORAGE_EX 0x037B
#define WM_QUEUE_SENTINEL 0x0379
#define WM_PENWINFIRST 0x0380 #define WM_PENWINFIRST 0x0380
#define WM_PENWINLAST 0x038F #define WM_PENWINLAST 0x038F
/* end of MFC messages */
/* FIXME: The following two lines do not belong to any libwine interface header */
#define WM_COALESCE_FIRST 0x0390
#define WM_COALESCE_LAST 0x039F
#define WM_APP 0x8000 #define WM_APP 0x8000
......
...@@ -532,20 +532,20 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] = ...@@ -532,20 +532,20 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
NULL,NULL,NULL,NULL, NULL,NULL,NULL,NULL,
/* 0x0380 */ "WM_PENWINFIRST", /* 0x0380 */
"WM_PENWINFIRST", "WM_RCRESULT", /* 0x0381 */
"WM_RCRESULT", "WM_HOOKRCRESULT", /* 0x0382 */
"WM_HOOKRCRESULT", "WM_GLOBALRCCHANGE", /* 0x0383 */
"WM_GLOBALRCCHANGE", "WM_SKB", /* 0x0384 */
"WM_SKB", "WM_HEDITCTL", /* 0x0385 */
"WM_HEDITCTL", NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "WM_PENWINLAST", /* 0x038F */
"WM_COALESCE_FIRST", "WM_COALESCE_FIRST", /* 0x0390 */
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
"WM_COALESCE_LAST", "WM_COALESCE_LAST", /* 0x039F */
/* 0x03a0 */ /* 0x03a0 */
"MM_JOY1MOVE", "MM_JOY1MOVE",
...@@ -601,7 +601,7 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] = ...@@ -601,7 +601,7 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
"WM_USER" "WM_USER" /* 0x0400 */
}; };
......
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