15 May
2023
15 May
'23
6:11 p.m.
Zebediah Figura (@zfigura) commented about dlls/msado15/msado15_private.h:
+ LONG count; + LONG allocated; + LONG index; + VARIANT *data; + CursorLocationEnum cursor_location; + CursorTypeEnum cursor_type; + IRowset *row_set; + EditModeEnum editmode; + VARIANT filter; + BSTR criteria; + + DBTYPE *columntypes; + HACCESSOR *haccessors; + + struct list filters; +}; This moves the type and changes it in the same commit, which is unfortunate, since it makes it hard to see what changed.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2498#note_32782