Update Win32.c

This commit is contained in:
DavidXanatos 2021-12-12 21:46:37 +01:00
parent 839cb832e4
commit 89330b745b
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ _FX BOOLEAN Win32_Init(HMODULE hmodule)
#ifndef WOW64_EXPERIMEN
// ToDo: add no WoW64 support
if (! Dll_IsWow64)
if (Dll_IsWow64)
return TRUE;
#endif