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
8af3e67e
Commit
8af3e67e
authored
Jan 14, 2005
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jan 14, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define.
parent
a713da2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
winuser.h
include/winuser.h
+2
-2
spy.c
windows/spy.c
+2
-2
No files found.
include/winuser.h
View file @
8af3e67e
...
...
@@ -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
...
...
windows/spy.c
View file @
8af3e67e
...
...
@@ -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
,
...
...
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