winewrap.c bombs when building on mingw

Dimitrie O. Paun dpaun at rogers.com
Fri Dec 13 11:08:58 CST 2002


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.


-- 
Dimi.




More information about the wine-devel mailing list