Module: wine Branch: master Commit: d6548692b9dea76c325beb9dd61349839ebcb6bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=d6548692b9dea76c325beb9dd6...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Jul 31 13:23:08 2011 +0200
shell32: Moved MruLongList registration to shell32, where it belongs.
---
dlls/shdocvw/shdocvw_v1.idl | 5 ----- dlls/shell32/shell32_classes.idl | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/shdocvw/shdocvw_v1.idl b/dlls/shdocvw/shdocvw_v1.idl index e725782..94ef4cd 100644 --- a/dlls/shdocvw/shdocvw_v1.idl +++ b/dlls/shdocvw/shdocvw_v1.idl @@ -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) diff --git a/dlls/shell32/shell32_classes.idl b/dlls/shell32/shell32_classes.idl index 11f695b..ae3e619 100644 --- a/dlls/shell32/shell32_classes.idl +++ b/dlls/shell32/shell32_classes.idl @@ -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 { }