From 44337cf4e6ed49c291762017d591fc538ab5abcb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 16 Nov 2005 22:48:22 +0000 Subject: various tweaks and hacks to get things compiling with MinGW; Some still don't compile, like net*, ogg*, comport, and shell svn path=/trunk/; revision=3947 --- externals/build/src/shell.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'externals/build/src/shell.c') diff --git a/externals/build/src/shell.c b/externals/build/src/shell.c index 7c4a537f..916ae287 100644 --- a/externals/build/src/shell.c +++ b/externals/build/src/shell.c @@ -1 +1,7 @@ +/* + * this doesn't work for Windows, but it should be possible with MinGW or + * Cygwin + */ +#ifndef WIN32 #include "../../ggee/control/shell.c" +#endif -- cgit v1.2.1