Module: wine Branch: master Commit: db08f0c3f6c4391ed3b6b0d7d4e606529e5ffd31 URL: https://source.winehq.org/git/wine.git/?a=commit;h=db08f0c3f6c4391ed3b6b0d7d... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Fri Dec 6 14:54:19 2019 +0100 msado15: Add a stub _Recordset implementation. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msado15/Makefile.in | 3 +- dlls/msado15/main.c | 5 + dlls/msado15/msado15_classes.idl | 8 + dlls/msado15/msado15_private.h | 1 + dlls/msado15/recordset.c | 686 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 702 insertions(+), 1 deletion(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=db08f0c3f6c4391ed3b6b...