deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 74 forks source link

CreateProcess() errors should be shown with GetLastError() #316

Open lundmark opened 5 years ago

lundmark commented 5 years ago

When CreateProcess() returns 0, the correct error value should be shown using GetLastError() instead of errno. errno is only c runtime and this is a WinApi function.