arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
449 stars 90 forks source link

MinGW support #60

Open deanmsands3 opened 3 years ago

deanmsands3 commented 3 years ago

MinGW (Min. GNU for Windows) also requires the Windows-specific code, but doesn't #define _MSC_VER. All the Windows-specific fixes are ignored. Using a combined definition would solve this.

deanmsands3 commented 3 years ago

Submitted PR #59