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
9ff572b7
Commit
9ff572b7
authored
Nov 13, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Nov 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add DBPROPVAL_MR_* defines.
parent
b3895f55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dbs.idl
include/dbs.idl
+4
-0
No files found.
include/dbs.idl
View file @
9ff572b7
...
...
@@ -587,6 +587,10 @@ cpp_quote("#define DBPROPVAL_LM_READ __MSABI_LONG(0x00000002)")
cpp_quote
(
"#define DBPROPVAL_LM_INTENT __MSABI_LONG(0x00000004)"
)
cpp_quote
(
"#define DBPROPVAL_LM_RITE __MSABI_LONG(0x00000008)"
)
cpp_quote
(
"#define DBPROPVAL_MR_NOTSUPPORTED __MSABI_LONG(0x00000000)"
)
cpp_quote
(
"#define DBPROPVAL_MR_SUPPORTED __MSABI_LONG(0x00000001)"
)
cpp_quote
(
"#define DBPROPVAL_MR_CONCURRENT __MSABI_LONG(0x00000002)"
)
cpp_quote
(
"#define DB_MODE_READ 0x01"
)
cpp_quote
(
"#define DB_MODE_WRITE 0x02"
)
cpp_quote
(
"#define DB_MODE_READWRITE 0x03"
)
...
...
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