mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 02:16:05 +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.