1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

advapi32/tests: Skip WoW64 tests on 32-bit in test_reg_create_key.

Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54613
This commit is contained in:
Sven Baars 2023-12-23 14:17:35 +01:00 committed by Alexandre Julliard
parent 7565d61403
commit a1adaaca27

View file

@ -1338,9 +1338,9 @@ static void test_reg_create_key(void)
* the registry access check is performed correctly. Redirection isn't
* being tested, so the tests don't care about whether the process is
* running under WOW64. */
if (!pIsWow64Process)
if (!has_wow64())
{
win_skip("WOW64 flags are not recognized\n");
skip("WOW64 flags are not recognized\n");
return;
}