* include/shlobj.h: add CSIDL_COMMON_*

This commit is contained in:
DJ Delorie 2000-07-11 17:33:48 +00:00
parent 69859e8697
commit 1ff7263eb9
2 changed files with 10 additions and 0 deletions

View 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,

View 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"