Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
eab56a5a
Commit
eab56a5a
authored
Nov 09, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either.
parent
aba0d450
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
msg.c
dlls/user/tests/msg.c
+4
-0
user_private.h
dlls/user/user_private.h
+2
-0
winuser.h
include/winuser.h
+0
-1
No files found.
dlls/user/tests/msg.c
View file @
eab56a5a
...
...
@@ -42,6 +42,10 @@
#define SW_NORMALNA 0xCC
/* undoc. flag in MinMaximize */
#ifndef WM_SYSTIMER
#define WM_SYSTIMER 0x0118
#endif
#define WND_PARENT_ID 1
#define WND_POPUP_ID 2
#define WND_CHILD_ID 3
...
...
dlls/user/user_private.h
View file @
eab56a5a
...
...
@@ -81,6 +81,8 @@ static inline HLOCAL16 LOCAL_Free( HANDLE16 ds, HLOCAL16 handle )
#define GET_WORD(ptr) (*(const WORD *)(ptr))
#define GET_DWORD(ptr) (*(const DWORD *)(ptr))
#define WM_SYSTIMER 0x0118
/* internal messages codes */
enum
wine_internal_message
{
...
...
include/winuser.h
View file @
eab56a5a
...
...
@@ -1105,7 +1105,6 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
#define WM_COMMAND 0x0111
#define WM_SYSCOMMAND 0x0112
#define WM_TIMER 0x0113
#define WM_SYSTIMER 0x0118
/* scroll messages */
#define WM_HSCROLL 0x0114
...
...
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