Chromium Code Reviews| Index: base/base_paths_win.h |
| diff --git a/base/base_paths_win.h b/base/base_paths_win.h |
| index 032de348c5c82a7f5dcd75fcc499c88b232b0021..4ab6af1672061723e0be83f7c367cfb21092642a 100644 |
| --- a/base/base_paths_win.h |
| +++ b/base/base_paths_win.h |
| @@ -16,8 +16,14 @@ enum { |
| DIR_WINDOWS, // Windows directory, usually "c:\windows" |
| DIR_SYSTEM, // Usually c:\windows\system32" |
| - DIR_PROGRAM_FILES, // Usually c:\program files |
| - DIR_PROGRAM_FILESX86, // Usually c:\program files or c:\program files (x86) |
| + // 32-bit 32-bit on 64-bit 64-bit on 64-bit |
| + // DIR_PROGRAM_FILES 1 2 1 |
|
grt (UTC plus 2)
2015/03/12 13:34:44
(these are my comments for my own sanity)
== FOLDE
|
| + // DIR_PROGRAM_FILESX86 1 2 2 |
|
grt (UTC plus 2)
2015/03/12 13:34:44
== FOLDERID_ProgramFilesX86
|
| + // DIR_PROGRAM_FILES6432 1 1 1 |
|
grt (UTC plus 2)
2015/03/12 13:34:44
#if defined(_WIN64)
FOLDERID_ProgramFilesX64
#else
|
| + // 1 - C:\Program Files 2 - C:\Program Files (x86) |
| + DIR_PROGRAM_FILES, // See table above. |
| + DIR_PROGRAM_FILESX86, // See table above. |
| + DIR_PROGRAM_FILES6432, // See table above. |
| DIR_IE_INTERNET_CACHE, // Temporary Internet Files directory. |
| DIR_COMMON_START_MENU, // Usually "C:\Documents and Settings\All Users\ |