DaanDeMeyer / reproc

A cross-platform (C99/C++11) process library
MIT License
552 stars 65 forks source link

Fixes building with msvc 2010 #76

Closed lygstate closed 2 years ago

DaanDeMeyer commented 2 years ago

I'm happy if this works for you but reproc's minimum C version is C99 so compilers that don't support C99 aren't supported which means I won't merge this PR. You shouldn't have too many issues with keeping a fork of reproc around with this patch though. reproc is mostly done so I don't expect to do any big changes that would conflict with this patch.

lygstate commented 2 years ago

Hi, I would like to getting reproc's minimun C version to be c89, I updated the PR so the changes be less