Update Win32.c
This commit is contained in:
parent
839cb832e4
commit
89330b745b
|
@ -307,7 +307,7 @@ _FX BOOLEAN Win32_Init(HMODULE hmodule)
|
||||||
|
|
||||||
#ifndef WOW64_EXPERIMEN
|
#ifndef WOW64_EXPERIMEN
|
||||||
// ToDo: add no WoW64 support
|
// ToDo: add no WoW64 support
|
||||||
if (! Dll_IsWow64)
|
if (Dll_IsWow64)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue