shell32: Moved MruLongList registration to shell32, where it belongs.
This commit is contained in:
parent
d3fd3d73be
commit
d6548692b9
|
@ -18,11 +18,6 @@
|
|||
|
||||
#include "exdisp.idl"
|
||||
|
||||
[
|
||||
threading(apartment),
|
||||
uuid(53bd6b4e-3780-4693-afc3-7161c2f3ee9c)
|
||||
] coclass MruLongList { }
|
||||
|
||||
[
|
||||
helpstring("Microsoft Browser Architecture"),
|
||||
threading(apartment),
|
||||
|
|
|
@ -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 { }
|
||||
|
|
Loading…
Reference in New Issue