mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
fusion/tests: Fix a test failure on Win64.
This commit is contained in:
parent
a89bd3f562
commit
09fc4e8063
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user