On Thu Jun 12 21:01:35 2025 +0000, Jinoh Kang wrote:
if (!pVerifyConsoleIoHandle)
I guess this was the original state?
The original state from @Alcaro's bab2ccbb was `if (!pVerifyConsoleIoHandle)`, but the original state from my last be9bd74c was `if (!pVerifyConsoleIoHandle || skip_nt)`.
So I really wanted just to revert my patch and then fix the failure with Windows 8 the way @epo described in !8271.