Commit b2f12a34 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Add more DBPROPVAL_ defines.

parent 2608a5ca
......@@ -569,6 +569,15 @@ cpp_quote("#define DBPROPVAL_OS_CLIENTCURSOR __MSABI_LONG(0x00000004)"
cpp_quote("#define DBPROPVAL_OS_ENABLEALL __MSABI_LONG(0xffffffff)")
cpp_quote("#define DBPROPVAL_BI_CROSSROWSET __MSABI_LONG(0x00000001)")
cpp_quote("#define DBPROPVAL_RT_FREETHREAD __MSABI_LONG(0x00000001)")
cpp_quote("#define DBPROPVAL_RT_APTMTTHREAD __MSABI_LONG(0x00000002)")
cpp_quote("#define DBPROPVAL_RT_SINGLETHREAD __MSABI_LONG(0x00000004)")
cpp_quote("#define DBPROPVAL_LM_NONE __MSABI_LONG(0x00000001)")
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 DB_MODE_READ 0x01")
cpp_quote("#define DB_MODE_WRITE 0x02")
cpp_quote("#define DB_MODE_READWRITE 0x03")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment