commit | ae379a44fdf174124d8848ef096dbb22bb5a15c6 | [log] [tgz] |
---|---|---|
author | Paul Rupe <prupe@myrealbox.com> | Mon Mar 17 04:42:45 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 17 04:42:45 2003 +0000 |
tree | ca45c87892ae7f31be5e603322a45e95c466b08e | |
parent | 3e919318203d2bdd2266cc9f58c518f12b479b0f [diff] [blame] |
Add CSIDL_PROFILES. Improved logging for non-existent CSIDL values.
diff --git a/include/shlobj.h b/include/shlobj.h index 1e49a6e..37b4a84 100644 --- a/include/shlobj.h +++ b/include/shlobj.h
@@ -566,6 +566,7 @@ #define CSIDL_COMMON_OEM_LINKS 0x003a #define CSIDL_CDBURN_AREA 0x003b #define CSIDL_COMPUTERSNEARME 0x003d +#define CSIDL_PROFILES 0x003e #define CSIDL_FOLDER_MASK 0x00ff #define CSIDL_FLAG_PER_USER_INIT 0x0800 #define CSIDL_FLAG_NO_ALIAS 0x1000