diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2005-08-17 08:29:08 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2005-08-17 08:29:08 +0000 |
commit | 38c9e858ac450b9f7a8f9837d666cbd8e33b1e43 (patch) | |
tree | 0f4f205641d02e33b73ea68d3a7394e117cf3189 /winsup/w32api/lib/shell32.c | |
parent | 9a99dcd39c3a40de0bc804f9d80d9a673198bee3 (diff) | |
download | cygnal-38c9e858ac450b9f7a8f9837d666cbd8e33b1e43.tar.gz cygnal-38c9e858ac450b9f7a8f9837d666cbd8e33b1e43.tar.bz2 cygnal-38c9e858ac450b9f7a8f9837d666cbd8e33b1e43.zip |
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.c | 1 |
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); |