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:
authorDJ Delorie <dj@redhat.com>2000-07-11 21:33:48 +0400
committerDJ Delorie <dj@redhat.com>2000-07-11 21:33:48 +0400
commit1ff7263eb9448707e6571aaa3c5ab33caf78332a (patch)
tree714d9e9545c7ae6d6ca82eac73e30ba3cd220ec0
parent69859e869735335f19483c004e9b14106e94b825 (diff)
* include/shlobj.h: add CSIDL_COMMON_*
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/shlobj.h6
2 files changed, 10 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index a3c564c73..ca58c9007 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-11 DJ Delorie <dj@cygnus.com>
+
+ * include/shlobj.h: add CSIDL_COMMON_*
+
Tue Jun 27 19:35:00 2000 Corinna Vinschen <corinna@vinschen.de>
* include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h
index 8789df7e9..0bac9e609 100644
--- a/winsup/w32api/include/shlobj.h
+++ b/winsup/w32api/include/shlobj.h
@@ -126,6 +126,12 @@ extern "C" {
#define CSIDL_NETHOOD 19
#define CSIDL_FONTS 20
#define CSIDL_TEMPLATES 21
+#define CSIDL_COMMON_STARTMENU 22
+#define CSIDL_COMMON_PROGRAMS 23
+#define CSIDL_COMMON_STARTUP 24
+#define CSIDL_COMMON_DESKTOPDIRECTORY 25
+#define CSIDL_COMMON_ALTSTARTUP 30
+#define CSIDL_COMMON_FAVORITES 31
#define CFSTR_SHELLIDLIST "Shell IDList Array"
#define CFSTR_SHELLIDLISTOFFSET "Shell Object Offsets"
#define CFSTR_NETRESOURCES "Net Resource"