Module: wine Branch: master Commit: 28fe361115d400895ee6a96cf20db033a686765d URL: http://source.winehq.org/git/wine.git/?a=commit;h=28fe361115d400895ee6a96cf2...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Wed Mar 4 20:18:12 2009 +1100
shell32: Add and register CLSID_QueryAssociations.
---
dlls/shell32/regsvr.c | 7 +++++++ include/shlguid.h | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/dlls/shell32/regsvr.c b/dlls/shell32/regsvr.c index 3f89917..a23190e 100644 --- a/dlls/shell32/regsvr.c +++ b/dlls/shell32/regsvr.c @@ -658,6 +658,13 @@ static struct regsvr_coclass const coclass_list[] = { "shell32.dll", "Apartment" }, + { &CLSID_QueryAssociations, + "Query file associations", + 0, + NULL, + "shell32.dll", + "Apartment" + }, { &CLSID_ControlPanel, "Control Panel", IDS_CONTROLPANEL, diff --git a/include/shlguid.h b/include/shlguid.h index 1692dec..88d70ce 100644 --- a/include/shlguid.h +++ b/include/shlguid.h @@ -123,6 +123,8 @@ DEFINE_GUID(CLSID_FolderShortcut, 0x0AFACED1, 0xE828, 0x11D1, 0x91, 0x87, 0xB5,
DEFINE_GUID(IID_IQueryAssociations, 0xc46ca590, 0x3c3f, 0x11d2, 0xbe, 0xe6, 0x00, 0x00, 0xf8, 0x05, 0xca, 0x57);
+DEFINE_GUID(CLSID_QueryAssociations, 0xa07034fd, 0x6caa, 0x4954, 0xac, 0x3f, 0x97, 0xa2, 0x72, 0x16, 0xf9, 0x8a); + 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);