Nikolay Sivov : ole32: Remove registration for Global Interface Table class.

Alexandre Julliard julliard at winehq.org
Thu Aug 13 15:11:50 CDT 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Aug 13 08:29:29 2020 +0100

ole32: Remove registration for Global Interface Table class.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ole32/ole32_objidl.idl | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/ole32/ole32_objidl.idl b/dlls/ole32/ole32_objidl.idl
index d2c1a9999e..0cc3ccea9e 100644
--- a/dlls/ole32/ole32_objidl.idl
+++ b/dlls/ole32/ole32_objidl.idl
@@ -105,12 +105,6 @@ coclass ClassMoniker { interface IMoniker; }
 ]
 coclass PSFactoryBuffer { interface IFactoryBuffer; }
 
-[
-    threading(apartment),
-    uuid(00000323-0000-0000-c000-000000000046)
-]
-coclass StdGlobalInterfaceTable { interface IGlobalInterfaceTable; }
-
 [
     helpstring("Component Categories Manager"),
     threading(both),




More information about the wine-cvs mailing list