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"
|
#include "exdisp.idl"
|
||||||
|
|
||||||
[
|
|
||||||
threading(apartment),
|
|
||||||
uuid(53bd6b4e-3780-4693-afc3-7161c2f3ee9c)
|
|
||||||
] coclass MruLongList { }
|
|
||||||
|
|
||||||
[
|
[
|
||||||
helpstring("Microsoft Browser Architecture"),
|
helpstring("Microsoft Browser Architecture"),
|
||||||
threading(apartment),
|
threading(apartment),
|
||||||
|
@ -135,3 +135,8 @@ coclass KnownFolderManager { interface IKnownFolderManager; }
|
|||||||
threading(apartment),
|
threading(apartment),
|
||||||
uuid(21ec2020-3aea-1069-a2dd-08002b30309d)
|
uuid(21ec2020-3aea-1069-a2dd-08002b30309d)
|
||||||
] coclass ControlPanel { interface IShellFolder2; }
|
] coclass ControlPanel { interface IShellFolder2; }
|
||||||
|
|
||||||
|
[
|
||||||
|
threading(apartment),
|
||||||
|
uuid(53bd6b4e-3780-4693-afc3-7161c2f3ee9c)
|
||||||
|
] coclass MruLongList { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user