Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
1836ca36
Commit
1836ca36
authored
13 years ago
by
Michael Stefaniuc
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Make "long" numeric constants LP64/LLP64 proof (ddeml.h).
parent
07c60df9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ddeml.h
+7
-7
7 additions, 7 deletions
include/ddeml.h
with
7 additions
and
7 deletions
include/ddeml.h
+
7
−
7
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 0x00000010
L
#define APPCMD_FILTERINITS 0x00000020
L
#define APPCMD_MASK 0x00000FF0
L
#define APPCMD_CLIENTONLY
__MSABI_LONG(
0x00000010
)
#define APPCMD_FILTERINITS
__MSABI_LONG(
0x00000020
)
#define APPCMD_MASK
__MSABI_LONG(
0x00000FF0
)
/*
* Application classification flags
*/
#define APPCLASS_STANDARD 0x00000000
L
#define APPCLASS_MONITOR 0x00000001
L
#define APPCLASS_MASK 0x0000000F
L
#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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment