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
82f25f54
Commit
82f25f54
authored
Oct 01, 2009
by
Owen Rudge
Committed by
Alexandre Julliard
Oct 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add MAPI_USE_DEFAULT and MDB_NO_DIALOG definitions to mapidefs.h.
parent
c528e9e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
mapidefs.h
include/mapidefs.h
+4
-0
No files found.
include/mapidefs.h
View file @
82f25f54
...
...
@@ -162,6 +162,7 @@ typedef struct _MAPIUID
#define MAPI_ACCESS_CREATE_HIERARCHY 0x00000008U
#define MAPI_ACCESS_CREATE_CONTENTS 0x00000010U
#define MAPI_ACCESS_CREATE_ASSOCIATED 0x00000020U
#define MAPI_USE_DEFAULT 0x00000040U
#define MAPI_UNICODE 0x80000000U
/* Strings in this call are Unicode */
#if defined (UNICODE) || defined (__WINESRC__)
...
...
@@ -170,6 +171,9 @@ typedef struct _MAPIUID
#define fMapiUnicode 0U
#endif
/* IMAPISession::OpenMessageStore() flags */
#define MDB_NO_DIALOG 0x00000001
/* Types of message receivers */
#ifndef MAPI_ORIG
#define MAPI_ORIG 0
/* The original author */
...
...
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