From ad7f4daf352b3d15ac77cf58e86e5863cb877a37 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 13 Apr 2005 11:07:49 +0000 Subject: [PATCH] Register Shell Drag and Drop Helper. --- dlls/shell32/regsvr.c | 6 ++++++ include/shlguid.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dlls/shell32/regsvr.c b/dlls/shell32/regsvr.c index e6893bc51e9..81bf2373ea0 100644 --- a/dlls/shell32/regsvr.c +++ b/dlls/shell32/regsvr.c @@ -477,6 +477,12 @@ static struct regsvr_coclass const coclass_list[] = { "shell32.dll", "Apartment" }, + { &CLSID_DragDropHelper, + "Shell Drag and Drop Helper", + NULL, + "shell32.dll", + "Apartment" + }, { &CLSID_MyComputer, "My Computer", NULL, diff --git a/include/shlguid.h b/include/shlguid.h index a2efab6d64d..78f4dea142f 100644 --- a/include/shlguid.h +++ b/include/shlguid.h @@ -105,7 +105,7 @@ DEFINE_GUID(CLSID_MyDocuments, 0x450d8fba, 0xad25, 0x11d0, 0x98, 0xa8, 0x08, 0x0 DEFINE_GUID(IID_IQueryAssociations, 0xc46ca590, 0x3c3f, 0x11d2, 0xbe, 0xe6, 0x00, 0x00, 0xf8, 0x05, 0xca, 0x57); -DEFINE_GUID(CLSID_DragDropHelper, 0x4657278a, 0x411b, 0x11d2, 0x83, 0x9a, 0x0, 0xc0, 0x4f, 0xd9, 0x18, 0xd0); +DEFINE_GUID(CLSID_DragDropHelper, 0x4657278a, 0x411b, 0x11d2, 0x83, 0x9a, 0x00, 0xc0, 0x4f, 0xd9, 0x18, 0xd0); DEFINE_GUID(CLSID_AutoComplete, 0x00bb2763, 0x6a77, 0x11d0, 0xa5, 0x35, 0x00, 0xc0, 0x4f, 0xd7, 0xd0, 0x62);