Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-08-17 12:29:08 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2005-08-17 12:29:08 +0400
commit38c9e858ac450b9f7a8f9837d666cbd8e33b1e43 (patch)
tree0f4f205641d02e33b73ea68d3a7394e117cf3189 /winsup/w32api/lib/shell32.c
parent9a99dcd39c3a40de0bc804f9d80d9a673198bee3 (diff)
2005-08-17 Martin Fuchs <martin-fuchs@gmx.net>
* include/shlobj.h (IContextMenu3): Define. * include/shlguid.h (IID_IContextMenu3): Declare. * lib/shell32.c (IID_IContextMenu3): Define. 2005-08-17 Martin Fuchs <martin-fuchs@gmx.net> * include/shlobj.h (SHFormatDrive): Declaration of function and associated constants.
Diffstat (limited to 'winsup/w32api/lib/shell32.c')
-rw-r--r--winsup/w32api/lib/shell32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/lib/shell32.c b/winsup/w32api/lib/shell32.c
index 0b703fba9..d36ef7e8b 100644
--- a/winsup/w32api/lib/shell32.c
+++ b/winsup/w32api/lib/shell32.c
@@ -27,6 +27,7 @@ DEFINE_SHLGUID(IID_ICommDlgBrowser,0x000214F1L,0,0);
DEFINE_SHLGUID(IID_IEnumIDList,0x000214F2L,0,0);
DEFINE_SHLGUID(IID_IFileViewerSite,0x000214F3L,0,0);
DEFINE_SHLGUID(IID_IContextMenu2,0x000214F4L,0,0);
+DEFINE_GUID(IID_IContextMenu3,0xBCFCE0A0,0xEC17,0x11D0,0x8D,0x10,0x0,0xA0,0xC9,0xF,0x27,0x19);
DEFINE_SHLGUID(IID_IShellExecuteHookA,0x000214F5L,0,0);
DEFINE_SHLGUID(IID_IPropSheetPage,0x000214F6L,0,0);
DEFINE_SHLGUID(IID_INewShortcutHookW,0x000214F7L,0,0);