Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7beb574b
Commit
7beb574b
authored
Sep 19, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove macros that should not be there (cause conflicts in WineLib).
Add corresponding comments in spy.c.
parent
232b5004
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
45 deletions
+11
-45
winuser.h
include/winuser.h
+0
-34
spy.c
windows/spy.c
+11
-11
No files found.
include/winuser.h
View file @
7beb574b
...
...
@@ -904,43 +904,9 @@ typedef struct
#define WM_PRINT 0x0317
#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_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
...
...
windows/spy.c
View file @
7beb574b
...
...
@@ -532,20 +532,20 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x0380 */
"WM_PENWINFIRST"
,
"WM_RCRESULT"
,
"WM_HOOKRCRESULT"
,
"WM_GLOBALRCCHANGE"
,
"WM_SKB"
,
"WM_HEDITCTL"
,
"WM_PENWINFIRST"
,
/* 0x0380 */
"WM_RCRESULT"
,
/* 0x0381 */
"WM_HOOKRCRESULT"
,
/* 0x0382 */
"WM_GLOBALRCCHANGE"
,
/* 0x0383 */
"WM_SKB"
,
/* 0x0384 */
"WM_HEDITCTL"
,
/* 0x0385 */
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
,
"WM_COALESCE_LAST"
,
"WM_COALESCE_LAST"
,
/* 0x039F */
/* 0x03a0 */
"MM_JOY1MOVE"
,
...
...
@@ -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
,
"WM_USER"
"WM_USER"
/* 0x0400 */
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment