[PATCH v2 1/6] ole32: Remove registration for Global Interface Table class.

Huw Davies huw at codeweavers.com
Thu Aug 13 02:29:29 CDT 2020


From: Nikolay Sivov <nsivov at codeweavers.com>

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 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 d2c1a9999e6..0cc3ccea9e5 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),
-- 
2.23.0




More information about the wine-devel mailing list