Module: wine Branch: refs/heads/master Commit: a3191f7f16409f0c779d71d04dd9a0ce27d53417 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a3191f7f16409f0c779d71d0...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Aug 7 21:37:03 2006 +0200
shell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.
---
include/shlguid.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/shlguid.h b/include/shlguid.h index bc25a4b..e5a7aff 100644 --- a/include/shlguid.h +++ b/include/shlguid.h @@ -72,6 +72,11 @@ DEFINE_SHLGUID(IID_IQueryInfo, /* DEFINE_SHLGUID(IID_INewShortcutHookA, 0x000214E1L, 0, 0); */ /* DEFINE_SHLGUID(IID_INewShortcutHookW, 0x000214F7L, 0, 0); */
+DEFINE_GUID(CLSID_CUrlHistory, 0x3c374a40, 0xbae4, 0x11cf, 0xbf, 0x7d, 0x00, 0xaa, 0x00, 0x69, 0x46, 0xee); +#define SID_SUrlHistory CLSID_CUrlHistory + +DEFINE_GUID(CLSID_CURLSearchHook, 0xcfbfae00, 0x17a6, 0x11d0, 0x99, 0xcb, 0x00, 0xc0, 0x4f, 0xd6, 0x44, 0x97); + DEFINE_GUID(SID_STopLevelBrowser, 0x4C96BE40L, 0x915C, 0x11CF, 0x99, 0xD3, 0x00, 0xAA, 0x00, 0x4A, 0xE8, 0x37);
#define SID_SShellBrowser IID_IShellBrowser