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>2002-10-04 08:18:55 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-10-04 08:18:55 +0400
commit6930d6cdd0b8c7140911a6149c4c22c721f5c83b (patch)
treea06cb3933ba50336431972e840d30070b672257b
parentaf5a221f607f1ceb95345d379e93f51e6d01f5dc (diff)
2002-10-04 "KJK::Hyperion" <noog@libero.it>
* include/shlobj.h (CSIDL_*): Add defines.
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/shlobj.h24
2 files changed, 28 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 8e514dd74..18ce4c21f 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-04 "KJK::Hyperion" <noog@libero.it>
+
+ * include/shlobj.h (CSIDL_*): Add defines.
+
2002-09-24 Danny Smith <dannysmith@users.sourceforge.net>
* include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h
index b0aaa3a58..d3b784797 100644
--- a/winsup/w32api/include/shlobj.h
+++ b/winsup/w32api/include/shlobj.h
@@ -150,12 +150,36 @@ extern "C" {
#define CSIDL_COMMON_DESKTOPDIRECTORY 25
#define CSIDL_APPDATA 26
#define CSIDL_PRINTHOOD 27
+#define CSIDL_LOCAL_APPDATA 28
#define CSIDL_ALTSTARTUP 29
#define CSIDL_COMMON_ALTSTARTUP 30
#define CSIDL_COMMON_FAVORITES 31
#define CSIDL_INTERNET_CACHE 32
#define CSIDL_COOKIES 33
#define CSIDL_HISTORY 34
+#define CSIDL_COMMON_APPDATA 35
+#define CSIDL_WINDOWS 36
+#define CSIDL_SYSTEM 37
+#define CSIDL_PROGRAM_FILES 38
+#define CSIDL_MYPICTURES 39
+#define CSIDL_PROFILE 40
+#define CSIDL_SYSTEMX86 41
+#define CSIDL_PROGRAM_FILESX86 42
+#define CSIDL_PROGRAM_FILES_COMMON 43
+#define CSIDL_PROGRAM_FILES_COMMONX86 44
+#define CSIDL_COMMON_TEMPLATES 45
+#define CSIDL_COMMON_DOCUMENTS 46
+#define CSIDL_COMMON_ADMINTOOLS 47
+#define CSIDL_ADMINTOOLS 48
+#define CSIDL_CONNECTIONS 49
+#define CSIDL_COMMON_MUSIC 53
+#define CSIDL_COMMON_PICTURES 54
+#define CSIDL_COMMON_VIDEO 55
+#define CSIDL_RESOURCES 56
+#define CSIDL_RESOURCES_LOCALIZED 57
+#define CSIDL_COMMON_OEM_LINKS 58
+#define CSIDL_CDBURN_AREA 59
+#define CSIDL_COMPUTERSNEARME 61
#define CFSTR_SHELLIDLIST TEXT("Shell IDList Array")
#define CFSTR_SHELLIDLISTOFFSET TEXT("Shell Object Offsets")
#define CFSTR_NETRESOURCES TEXT("Net Resource")