From 0e180d02e063aa0ed00a5d22b59ba54b6084de24 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 21 Jul 2007 23:58:51 +0000 Subject: [PATCH] adding missing guid IID_IShellFolderViewCB svn path=/trunk/; revision=27769 --- reactos/include/psdk/shlguid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/psdk/shlguid.h b/reactos/include/psdk/shlguid.h index 1214a2df05d..9f067b13898 100644 --- a/reactos/include/psdk/shlguid.h +++ b/reactos/include/psdk/shlguid.h @@ -21,6 +21,8 @@ #define DEFINE_SHLGUID(name, l, w1, w2) DEFINE_OLEGUID(name,l,w1,w2) +DEFINE_GUID(IID_IShellFolderViewCB, 0x2047E320L, 0xF2A9, 0x11CE, 0xAE, 0x65, 0x08, 0x00, 0x2B, 0x2E, 0x12, 0x62); + DEFINE_SHLGUID(CLSID_ShellDesktop, 0x00021400L, 0, 0); DEFINE_SHLGUID(CLSID_ShellLink, 0x00021401L, 0, 0);