Alistair Leslie-Hughes : include: Add transact.idl to oledb.idl.

Alexandre Julliard julliard at winehq.org
Mon Nov 8 15:45:06 CST 2021


Module: wine
Branch: master
Commit: 617330ca2bd4615b9190b909b271bf50c0f1102a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=617330ca2bd4615b9190b909b271bf50c0f1102a

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Mon Nov  8 21:29:07 2021 +1100

include: Add transact.idl to oledb.idl.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/xolehlp/Makefile.in | 2 +-
 include/oledb.idl        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/xolehlp/Makefile.in b/dlls/xolehlp/Makefile.in
index 4f5bd781a58..f39cd90f0b9 100644
--- a/dlls/xolehlp/Makefile.in
+++ b/dlls/xolehlp/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = xolehlp.dll
-IMPORTS   = adsiid uuid
+IMPORTS   = uuid
 
 EXTRADLLFLAGS = -Wb,--prefer-native
 
diff --git a/include/oledb.idl b/include/oledb.idl
index 49c0c304b2d..b889d72bc38 100644
--- a/include/oledb.idl
+++ b/include/oledb.idl
@@ -79,6 +79,7 @@ typedef LONG_PTR DB_LRESERVE;
 #include "rstchg.idl"
 #include "rstupd.idl"
 #include "mulres.idl"
+#include "transact.idl"
 #include "cmdwpr.idl"
 
 cpp_quote("#include <accctrl.h>")




More information about the wine-cvs mailing list