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:
parent
7565d61403
commit
a1adaaca27
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue