mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 11:22:22 -07:00
c686133172
This caused all handles returned by GetStdHandle() to also not be inheritable, which prevents you from handing them to child processes that you might create. This fixes that.