Commit d6548692 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shell32: Moved MruLongList registration to shell32, where it belongs.

parent d3fd3d73
......@@ -19,11 +19,6 @@
#include "exdisp.idl"
[
threading(apartment),
uuid(53bd6b4e-3780-4693-afc3-7161c2f3ee9c)
] coclass MruLongList { }
[
helpstring("Microsoft Browser Architecture"),
threading(apartment),
uuid(a5e46e3a-8849-11d1-9d8c-00c04fc99d61)
......
......@@ -135,3 +135,8 @@ coclass KnownFolderManager { interface IKnownFolderManager; }
threading(apartment),
uuid(21ec2020-3aea-1069-a2dd-08002b30309d)
] coclass ControlPanel { interface IShellFolder2; }
[
threading(apartment),
uuid(53bd6b4e-3780-4693-afc3-7161c2f3ee9c)
] coclass MruLongList { }
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