Module: wine Branch: master Commit: 9ff572b78958ec965254c9b1b6a04fba587c6600 URL: https://gitlab.winehq.org/wine/wine/-/commit/9ff572b78958ec965254c9b1b6a04fb...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Mon Nov 13 18:03:03 2023 +1100
include: Add DBPROPVAL_MR_* defines.
---
include/dbs.idl | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/dbs.idl b/include/dbs.idl index f664518ca37..f72204b1e90 100644 --- a/include/dbs.idl +++ b/include/dbs.idl @@ -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")