Commit 0b9737b1 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

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

parent 354688fa
...@@ -45,7 +45,7 @@ coclass ExplorerBrowser { interface IExplorerBrowser; } ...@@ -45,7 +45,7 @@ coclass ExplorerBrowser { interface IExplorerBrowser; }
[ [
helpstring("Known Folder Manager"), helpstring("Known Folder Manager"),
threading(apartment), threading(both),
uuid(4df0c730-df9d-4ae3-9153-aa6b82e9795a) uuid(4df0c730-df9d-4ae3-9153-aa6b82e9795a)
] ]
coclass KnownFolderManager { interface IKnownFolderManager; } coclass KnownFolderManager { interface IKnownFolderManager; }
...@@ -99,7 +99,7 @@ coclass KnownFolderManager { interface IKnownFolderManager; } ...@@ -99,7 +99,7 @@ coclass KnownFolderManager { interface IKnownFolderManager; }
[ [
helpstring("Shortcut"), helpstring("Shortcut"),
threading(apartment), threading(both),
uuid(00021401-0000-0000-c000-000000000046) uuid(00021401-0000-0000-c000-000000000046)
] coclass ShellLink { interface IShellLinkW; } ] coclass ShellLink { interface IShellLinkW; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment