On Sun Sep 18 12:33:04 2022 +0000, Jinoh Kang wrote:
Is this broken on WOW64 (32-bit application on 64-bit Windows), real 32-bit Windows, or both? In any case, I suggest using appropriate flags to test if this is actually the broken platform. See `dlls/kernel32/tests/virtual.c` for the WOW64 case. For application bitness case, we can test for the `_WIN64` macro.
looks like just wow64. will use the kernel32 method