shell32: Fix threading model for the Known Folder Manager and Shell Link objects.

Huw Davies huw at codeweavers.com
Tue Jul 7 13:42:55 CDT 2015


---
 dlls/shell32/shell32_classes.idl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/shell32_classes.idl b/dlls/shell32/shell32_classes.idl
index b849cef..f0131e7 100644
--- a/dlls/shell32/shell32_classes.idl
+++ b/dlls/shell32/shell32_classes.idl
@@ -45,7 +45,7 @@ coclass ExplorerBrowser { interface IExplorerBrowser; }
 
 [
     helpstring("Known Folder Manager"),
-    threading(apartment),
+    threading(both),
     uuid(4df0c730-df9d-4ae3-9153-aa6b82e9795a)
 ]
 coclass KnownFolderManager { interface IKnownFolderManager; }
@@ -99,7 +99,7 @@ coclass KnownFolderManager { interface IKnownFolderManager; }
 
 [
     helpstring("Shortcut"),
-    threading(apartment),
+    threading(both),
     uuid(00021401-0000-0000-c000-000000000046)
 ] coclass ShellLink { interface IShellLinkW; }
 
-- 
1.8.0




More information about the wine-patches mailing list