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>2003-08-10 13:19:06 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2003-08-10 13:19:06 +0400
commit6c7560c9016d67d23d1ec358b07bfce94eecd292 (patch)
tree8c9809d04b3a102e9f9b1bb2f2a384cfa54d1357 /winsup/w32api/lib/shell32.c
parente41630b08a5ec7b1c348c6e27f66a236b822c2e9 (diff)
* lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
CGID_ShellServiceObject): Remove definitions. * lib/shell32.c (CGID_ShellServiceObject): Add definition. Correct last ChangeLog entry for lib/shell32.def.
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 3525ed9d7..5196c373e 100644
--- a/winsup/w32api/lib/shell32.c
+++ b/winsup/w32api/lib/shell32.c
@@ -8,6 +8,7 @@ DEFINE_SHLGUID(FMTID_Intshcut,0x000214A0L,0,0);
DEFINE_SHLGUID(FMTID_InternetSite,0x000214A1L,0,0);
DEFINE_SHLGUID(CGID_Explorer,0x000214D0L,0,0);
DEFINE_SHLGUID(CGID_ShellDocView,0x000214D1L,0,0);
+DEFINE_SHLGUID(CGID_ShellServiceObject,0x000214D2L,0,0);
DEFINE_SHLGUID(IID_INewShortcutHookA,0x000214E1L,0,0);
DEFINE_SHLGUID(IID_IShellBrowser,0x000214E2L,0,0);
DEFINE_SHLGUID(IID_IShellView,0x000214E3L,0,0);