include: Add DB_LRESERVE type.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
63f205df89
commit
fd416ebc78
|
@ -40,6 +40,7 @@ typedef ULONG_PTR DBREFCOUNT;
|
|||
typedef ULONG_PTR DB_UPARAMS;
|
||||
typedef LONG_PTR DB_LPARAMS;
|
||||
typedef DWORD_PTR DBHASHVALUE;
|
||||
typedef LONG_PTR DB_LRESERVE;
|
||||
|
||||
#include "dbs.idl"
|
||||
|
||||
|
|
Loading…
Reference in New Issue