Mariusz Pluciński : shell32/tests: Add verification of FOLDERID_ProgramFilesX64 and FOLDERID_ProgramFilesCommonX64 .

Alexandre Julliard julliard at winehq.org
Thu Aug 4 12:22:13 CDT 2011


Module: wine
Branch: master
Commit: faa9d41e7f2cd6e6d793badeb110373bd2a7daf9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=faa9d41e7f2cd6e6d793badeb110373bd2a7daf9

Author: Mariusz Pluciński <vshader at gmail.com>
Date:   Thu Aug  4 16:25:47 2011 +0200

shell32/tests: Add verification of FOLDERID_ProgramFilesX64 and FOLDERID_ProgramFilesCommonX64.

These two known folders exists on 64-bit Windows versions.

---

 dlls/shell32/tests/shellpath.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/tests/shellpath.c b/dlls/shell32/tests/shellpath.c
index 92a4b6d..0db72df 100644
--- a/dlls/shell32/tests/shellpath.c
+++ b/dlls/shell32/tests/shellpath.c
@@ -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",




More information about the wine-cvs mailing list