OSDN Git Service

* include/shlobj.h: add CSIDL_COMMON_*
authordj <dj>
Tue, 11 Jul 2000 17:33:48 +0000 (17:33 +0000)
committerdj <dj>
Tue, 11 Jul 2000 17:33:48 +0000 (17:33 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/shlobj.h

index a3c564c..ca58c90 100644 (file)
@@ -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,
index 8789df7..0bac9e6 100644 (file)
@@ -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"