diff options
author | DJ Delorie <dj@redhat.com> | 2000-07-11 17:33:48 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-07-11 17:33:48 +0000 |
commit | 1ff7263eb9448707e6571aaa3c5ab33caf78332a (patch) | |
tree | 714d9e9545c7ae6d6ca82eac73e30ba3cd220ec0 /winsup/w32api/include/shlobj.h | |
parent | 69859e869735335f19483c004e9b14106e94b825 (diff) | |
download | cygnal-1ff7263eb9448707e6571aaa3c5ab33caf78332a.tar.gz cygnal-1ff7263eb9448707e6571aaa3c5ab33caf78332a.tar.bz2 cygnal-1ff7263eb9448707e6571aaa3c5ab33caf78332a.zip |
* include/shlobj.h: add CSIDL_COMMON_*
Diffstat (limited to 'winsup/w32api/include/shlobj.h')
-rw-r--r-- | winsup/w32api/include/shlobj.h | 6 |
1 files changed, 6 insertions, 0 deletions
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" |