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
1836ca36
Commit
1836ca36
authored
Nov 22, 2011
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Nov 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Make "long" numeric constants LP64/LLP64 proof (ddeml.h).
parent
07c60df9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ddeml.h
include/ddeml.h
+7
-7
No files found.
include/ddeml.h
View file @
1836ca36
...
...
@@ -120,22 +120,22 @@ extern "C" {
#define CBF_SKIP_DISCONNECTS 0x00200000
#define CBF_SKIP_ALLNOTIFICATIONS 0x003c0000
#define CBR_BLOCK ((HDDEDATA)
~0UL
)
#define CBR_BLOCK ((HDDEDATA)
-1
)
/*
* Application command flags
*/
#define APPCMD_CLIENTONLY
0x00000010L
#define APPCMD_FILTERINITS
0x00000020L
#define APPCMD_MASK
0x00000FF0L
#define APPCMD_CLIENTONLY
__MSABI_LONG(0x00000010)
#define APPCMD_FILTERINITS
__MSABI_LONG(0x00000020)
#define APPCMD_MASK
__MSABI_LONG(0x00000FF0)
/*
* Application classification flags
*/
#define APPCLASS_STANDARD
0x00000000L
#define APPCLASS_MONITOR
0x00000001L
#define APPCLASS_MASK
0x0000000FL
#define APPCLASS_STANDARD
__MSABI_LONG(0x00000000)
#define APPCLASS_MONITOR
__MSABI_LONG(0x00000001)
#define APPCLASS_MASK
__MSABI_LONG(0x0000000F)
/*
* Callback filter flags for use with MONITOR apps - 0 implies no monitor
...
...
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