[PATCH 3/3] Fix some test failures on Vista/W2K8

Paul Vriens Paul.Vriens.Wine at gmail.com
Sat Sep 19 02:34:07 CDT 2009


---
 dlls/msi/tests/package.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/package.c b/dlls/msi/tests/package.c
index 5fb5b53..55d9bb3 100644
--- a/dlls/msi/tests/package.c
+++ b/dlls/msi/tests/package.c
@@ -746,7 +746,8 @@ static BOOL create_file_with_version(const CHAR *name, LONG ms, LONG ls)
     BOOL ret = FALSE;
 
     GetSystemDirectory(path, MAX_PATH);
-    lstrcatA(path, "\\kernel32.dll");
+    /* Some dlls can't be updated on Vista/W2K8 */
+    lstrcatA(path, "\\version.dll");
 
     CopyFileA(path, name, FALSE);
 
-- 
1.6.2.5


--------------030402060809060406000105--



More information about the wine-patches mailing list