Paul Vriens : fusion/tests: Fix a test failure on Win64.

Alexandre Julliard julliard at winehq.org
Fri Feb 6 09:55:50 CST 2009


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Fri Feb  6 08:31:48 2009 +0100

fusion/tests: Fix a test failure on Win64.

---

 dlls/fusion/tests/fusion.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/fusion/tests/fusion.c b/dlls/fusion/tests/fusion.c
index d2ed0f9..be3da41 100644
--- a/dlls/fusion/tests/fusion.c
+++ b/dlls/fusion/tests/fusion.c
@@ -168,7 +168,11 @@ static void test_GetCachePath(void)
         if (hr == S_OK)
         {
             lstrcpyA(nativeimgA, "NativeImages_");
+#ifdef _WIN64
+            lstrcpyA(zapfmtA, "%s\\%s\\%s%s_64");
+#else
             lstrcpyA(zapfmtA, "%s\\%s\\%s%s_32");
+#endif
         }
         else
         {




More information about the wine-cvs mailing list