From: michaelh Date: Sun, 26 Mar 2000 07:27:02 +0000 (+0000) Subject: Disabled spawn for mingw X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=00351a0bce24b44d4b9f658e87a9318c29a70221;p=fw%2Fsdcc Disabled spawn for mingw git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@204 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/spawn.c b/src/spawn.c index 5ae21361..e7c27168 100644 --- a/src/spawn.c +++ b/src/spawn.c @@ -11,6 +11,7 @@ the GPL license. e-mail: salvador@inti.gov.ar, set@computer.org ***************************************************************************/ #ifndef __DJGPP__ +#ifndef __MINGW32__ #include #include @@ -64,3 +65,4 @@ int spawnvp(int mode, const char *path, char *const argv[]) return 0; } #endif +#endif