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
4087669a
Commit
4087669a
authored
Oct 18, 2006
by
Jesse Allen
Committed by
Alexandre Julliard
Oct 19, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix out of place comment for DLGC_* codes.
parent
22288de7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
winuser.h
include/winuser.h
+1
-4
No files found.
include/winuser.h
View file @
4087669a
...
@@ -961,10 +961,6 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
...
@@ -961,10 +961,6 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
#define PMB_ACTIVE 0x00000001
#define PMB_ACTIVE 0x00000001
/* Messages */
/* Messages */
/* WM_GETDLGCODE values */
#define WM_NULL 0x0000
#define WM_NULL 0x0000
#define WM_CREATE 0x0001
#define WM_CREATE 0x0001
#define WM_DESTROY 0x0002
#define WM_DESTROY 0x0002
...
@@ -1310,6 +1306,7 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
...
@@ -1310,6 +1306,7 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
#define MWMO_ALERTABLE 0x0002
#define MWMO_ALERTABLE 0x0002
#define MWMO_INPUTAVAILABLE 0x0004
#define MWMO_INPUTAVAILABLE 0x0004
/* WM_GETDLGCODE values */
#define DLGC_WANTARROWS 0x0001
#define DLGC_WANTARROWS 0x0001
#define DLGC_WANTTAB 0x0002
#define DLGC_WANTTAB 0x0002
#define DLGC_WANTALLKEYS 0x0004
#define DLGC_WANTALLKEYS 0x0004
...
...
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