mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
msi/tests: Fix some test failures on Vista/W2K8.
This commit is contained in:
parent
e261568652
commit
c6e7558cda
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user