diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-10-04 04:18:55 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-10-04 04:18:55 +0000 |
commit | 6930d6cdd0b8c7140911a6149c4c22c721f5c83b (patch) | |
tree | a06cb3933ba50336431972e840d30070b672257b /winsup/w32api/include/shlobj.h | |
parent | af5a221f607f1ceb95345d379e93f51e6d01f5dc (diff) | |
download | cygnal-6930d6cdd0b8c7140911a6149c4c22c721f5c83b.tar.gz cygnal-6930d6cdd0b8c7140911a6149c4c22c721f5c83b.tar.bz2 cygnal-6930d6cdd0b8c7140911a6149c4c22c721f5c83b.zip |
2002-10-04 "KJK::Hyperion" <noog@libero.it>
* include/shlobj.h (CSIDL_*): Add defines.
Diffstat (limited to 'winsup/w32api/include/shlobj.h')
-rw-r--r-- | winsup/w32api/include/shlobj.h | 24 |
1 files changed, 24 insertions, 0 deletions
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") |