On December 13, 2002 11:44 am, Steven Edwards wrote:
Not that we need winewrap to port a windows apps to linux under mingw so I guess it could just be removed from the build process.
Just put the spawn code within a
#ifndef __MINGW__ ...my Unix code... #else ...call CreateProcess... #endif
I can't test it myself, so if you can do the patch I'd appreciate it.