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
bd370c4b
Commit
bd370c4b
authored
Apr 01, 1999
by
Ove Kaaven
Committed by
Alexandre Julliard
Apr 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added CN_* flags used in WM_COMMNOTIFY.
parent
31ce102f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
winuser16.h
include/wine/winuser16.h
+5
-0
No files found.
include/wine/winuser16.h
View file @
bd370c4b
...
...
@@ -475,6 +475,11 @@ typedef struct
#pragma pack(4)
/* WM_COMMNOTIFY flags */
#define CN_RECEIVE 0x0001
#define CN_TRANSMIT 0x0002
#define CN_EVENT 0x0004
BOOL16
WINAPI
CheckMenuRadioItem16
(
HMENU16
,
UINT16
,
UINT16
,
UINT16
,
UINT16
);
HICON16
WINAPI
CopyImage16
(
HANDLE16
,
UINT16
,
INT16
,
INT16
,
UINT16
);
HICON16
WINAPI
CreateIconFromResource16
(
LPBYTE
,
UINT16
,
BOOL16
,
DWORD
);
...
...
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