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.