diff options
Diffstat (limited to 'base/base_paths_win.h')
-rw-r--r-- | base/base_paths_win.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/base_paths_win.h b/base/base_paths_win.h index 2e585d9..7cf0314 100644 --- a/base/base_paths_win.h +++ b/base/base_paths_win.h @@ -23,7 +23,8 @@ enum { // Start Menu\Programs" DIR_START_MENU, // Usually "C:\Documents and Settings\<user>\ // Start Menu\Programs" - DIR_APP_DATA, // Application Data directory under the user profile. + DIR_APP_DATA, // Application Data directory under the user profile. + DIR_PROFILE, // Usually "C:\Documents and settings\<user>. DIR_LOCAL_APP_DATA_LOW, // Local AppData directory for low integrity level. DIR_LOCAL_APP_DATA, // "Local Settings\Application Data" directory under the // user profile. |