28 Oct
2024
28 Oct
'24
7:13 a.m.
From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/dbs.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/dbs.idl b/include/dbs.idl index 5e10b7eda49..aea304d4e62 100644 --- a/include/dbs.idl +++ b/include/dbs.idl @@ -801,6 +801,11 @@ typedef struct tagRMTPACK [size_is(cArray)] VARIANT *rgArray; } RMTPACK; +typedef struct tagDBVECTOR { + DBLENGTH size; + [size_is((ULONG)size)] void *ptr; +} DBVECTOR; + typedef struct tagDBDATE { SHORT year; USHORT month; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6741