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
e1a65b3a
Commit
e1a65b3a
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 (mapi*.h).
parent
8f0b823f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/mapi.h
+1
-1
1 addition, 1 deletion
include/mapi.h
include/mapicode.h
+1
-1
1 addition, 1 deletion
include/mapicode.h
include/mapidefs.h
+18
-18
18 additions, 18 deletions
include/mapidefs.h
with
20 additions
and
20 deletions
include/mapi.h
+
1
−
1
View file @
e1a65b3a
...
...
@@ -84,7 +84,7 @@ typedef struct
/* Error codes */
#ifndef SUCCESS_SUCCESS
#define SUCCESS_SUCCESS 0
L
#define SUCCESS_SUCCESS 0
#endif
#define MAPI_USER_ABORT 1
...
...
This diff is collapsed.
Click to expand it.
include/mapicode.h
+
1
−
1
View file @
e1a65b3a
...
...
@@ -30,7 +30,7 @@
#define MAKE_MAPI_S(e) (MAKE_MAPI_SCODE(0,FACILITY_ITF,(e)))
#ifndef SUCCESS_SUCCESS
#define SUCCESS_SUCCESS
0L
#define SUCCESS_SUCCESS
__MSABI_LONG(0)
#endif
/* Errors */
...
...
This diff is collapsed.
Click to expand it.
include/mapidefs.h
+
18
−
18
View file @
e1a65b3a
...
...
@@ -446,12 +446,12 @@ typedef struct _SPropProblemArray
}
SPropProblemArray
,
*
LPSPropProblemArray
;
/* FPropContainsProp flags */
#define FL_FULLSTRING 0x00000
ul
/* Exact string match */
#define FL_SUBSTRING 0x00001
ul
/* Substring match */
#define FL_PREFIX 0x00002
ul
/* Prefix match */
#define FL_IGNORECASE 0x10000
ul
/* Case insensitive */
#define FL_IGNORENONSPACE 0x20000
ul
/* Ignore non spacing characters */
#define FL_LOOSE 0x40000
ul
/* Try very hard to match */
#define FL_FULLSTRING
((ULONG)
0x00000
)
/* Exact string match */
#define FL_SUBSTRING
((ULONG)
0x00001
)
/* Substring match */
#define FL_PREFIX
((ULONG)
0x00002
)
/* Prefix match */
#define FL_IGNORECASE
((ULONG)
0x10000
)
/* Case insensitive */
#define FL_IGNORENONSPACE
((ULONG)
0x20000
)
/* Ignore non spacing characters */
#define FL_LOOSE
((ULONG)
0x40000
)
/* Try very hard to match */
/* Table types returned by IMAPITable_GetStatus() */
...
...
@@ -649,18 +649,18 @@ typedef struct _MAPINAMEID
}
MAPINAMEID
,
*
LPMAPINAMEID
;
/* Desired notification types (bitflags) */
#define fnevCriticalError 0x00000001
UL
#define fnevNewMail 0x00000002
UL
#define fnevObjectCreated 0x00000004
UL
#define fnevObjectDeleted 0x00000008
UL
#define fnevObjectModified 0x00000010
UL
#define fnevObjectMoved 0x00000020
UL
#define fnevObjectCopied 0x00000040
UL
#define fnevSearchComplete 0x00000080
UL
#define fnevTableModified 0x00000100
UL
#define fnevStatusObjectModified 0x00000200
UL
#define fnevReservedForMapi 0x40000000
UL
#define fnevExtended 0x80000000
UL
#define fnevCriticalError
((ULONG)
0x00000001
)
#define fnevNewMail
((ULONG)
0x00000002
)
#define fnevObjectCreated
((ULONG)
0x00000004
)
#define fnevObjectDeleted
((ULONG)
0x00000008
)
#define fnevObjectModified
((ULONG)
0x00000010
)
#define fnevObjectMoved
((ULONG)
0x00000020
)
#define fnevObjectCopied
((ULONG)
0x00000040
)
#define fnevSearchComplete
((ULONG)
0x00000080
)
#define fnevTableModified
((ULONG)
0x00000100
)
#define fnevStatusObjectModified
((ULONG)
0x00000200
)
#define fnevReservedForMapi
((ULONG)
0x40000000
)
#define fnevExtended
((ULONG)
0x80000000
)
/* Type of notification event */
#define TABLE_CHANGED 1U
...
...
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