shell32/tests: Add verification of FOLDERID_ProgramFilesX64 and FOLDERID_ProgramFilesCommonX64.

These two known folders exists on 64-bit Windows versions.
This commit is contained in:
Mariusz Pluciński 2011-08-04 16:25:47 +02:00 committed by Alexandre Julliard
parent 20cd9f631b
commit faa9d41e7f
1 changed files with 18 additions and 0 deletions

View File

@ -1390,6 +1390,15 @@ static const struct knownFolderDef known_folders[] = {
NULL,
0,
0),
KNOWN_FOLDER(FOLDERID_ProgramFilesCommonX64,
NO_CSIDL,
"ProgramFilesCommonX64",
KF_CATEGORY_FIXED,
GUID_NULL,
NULL,
NULL,
0,
0),
KNOWN_FOLDER(FOLDERID_ProgramFilesCommonX86,
NO_CSIDL,
"ProgramFilesCommonX86",
@ -1399,6 +1408,15 @@ static const struct knownFolderDef known_folders[] = {
NULL,
0,
0),
KNOWN_FOLDER(FOLDERID_ProgramFilesX64,
NO_CSIDL,
"ProgramFilesX64",
KF_CATEGORY_FIXED,
GUID_NULL,
NULL,
NULL,
0,
0),
KNOWN_FOLDER(FOLDERID_ProgramFilesX86,
CSIDL_PROGRAM_FILESX86,
"ProgramFilesX86",