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-11-04 05:19:26 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2005-11-04 05:19:26 +0300
commit39dd399c50ee4b20e6d733300d0b0939efe5f204 (patch)
tree2e43cf8492a206694585c3e9d508902dad22c2c9
parent86548162b00d4c16dd1c80d56078dccba3140861 (diff)
2005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>
* lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/lib/shell32.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index faa8555ce..ee18f69ed 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>
+
+ * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
+
2005-11-03 Danny Smith <dannysmith@users.sourceforge.net>
* lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
diff --git a/winsup/w32api/lib/shell32.c b/winsup/w32api/lib/shell32.c
index 29c33fc05..efcecd83f 100644
--- a/winsup/w32api/lib/shell32.c
+++ b/winsup/w32api/lib/shell32.c
@@ -75,3 +75,4 @@ DEFINE_GUID(CLSID_Internet,0x871C5380,0x42A0,0x1069,0xA2,0xEA,0x08,0x00,0x2B,0x3
DEFINE_GUID(CLSID_NetworkPlaces,0x208D2C60,0x3AEA,0x1069,0xA2,0xD7,0x08,0x00,0x2B,0x30,0x30,0x9D);
DEFINE_GUID(CLSID_MyDocuments,0x450d8fba,0xad25,0x11d0,0x98,0xa8,0x08,0x00,0x36,0x1b,0x11,0x03);
DEFINE_GUID(CLSID_FolderShortcut,0x0AFACED1,0xE828,0x11D1,0x91,0x87,0xB5,0x32,0xF1,0xE9,0x57,0x5D);
+DEFINE_GUID(CLSID_ShellFSFolder,0xF3364BA0,0x65B9,0x11CE,0xA9,0xBA,0x00,0xAA,0x00,0x4A,0xE8,0x37);