mirror of
https://github.com/reactos/reactos.git
synced 2026-09-10 11:20:24 +08:00
For some reason on Vista x64 0xdeadbeef isn't detected as an invalid handle and the whole thing crashes. INVALID_HANDLE_VALUE on the other hand is detected as an invalid handle, so use that.