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

This commit is contained in:
Jacek Caban 2011-07-31 13:23:08 +02:00 committed by Alexandre Julliard
parent d3fd3d73be
commit d6548692b9
2 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,6 @@
#include "exdisp.idl"
[
threading(apartment),
uuid(53bd6b4e-3780-4693-afc3-7161c2f3ee9c)
] coclass MruLongList { }
[
helpstring("Microsoft Browser Architecture"),
threading(apartment),

View File

@ -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 { }