Jacek Caban : oleacc: Register CAccPropServices class.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 11 13:40:14 CDT 2014


Module: wine
Branch: master
Commit: 7ae1f45d7911c2992a2c1ed2465e7bd974d9054b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7ae1f45d7911c2992a2c1ed2465e7bd974d9054b

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Sep 11 16:49:33 2014 +0200

oleacc: Register CAccPropServices class.

---

 include/oleacc.idl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/include/oleacc.idl b/include/oleacc.idl
index daf7dec..97b7858 100644
--- a/include/oleacc.idl
+++ b/include/oleacc.idl
@@ -18,6 +18,10 @@
 
 import "oaidl.idl";
 
+#ifndef __WIDL__
+#define threading(model)
+#endif
+
 cpp_quote("#define NAVDIR_MIN        0")
 cpp_quote("#define NAVDIR_UP         1")
 cpp_quote("#define NAVDIR_DOWN       2")
@@ -303,7 +307,8 @@ library Accessibility
     interface IAccPropServices;
 
     [
-        uuid(b5f8350b-0548-48b1-a6ee-88bd00b4a5e7)
+        uuid(b5f8350b-0548-48b1-a6ee-88bd00b4a5e7),
+        threading(apartment)
     ]
     coclass CAccPropServices
     {




More information about the wine-cvs mailing list