From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- 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") -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4376