Module: wine Branch: master Commit: 0b9737b1eaa5c5931b5f57dfa20f5b441a61f3ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b9737b1eaa5c5931b5f57dfa2...
Author: Huw Davies huw@codeweavers.com Date: Tue Jul 7 19:42:55 2015 +0100
shell32: Fix threading model for the Known Folder Manager and Shell Link objects.
---
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; }