From 0c6fd4b32921b8da7ece5011cc4888a0a520dcd1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 May 2006 19:42:05 +0000 Subject: ifdef'ed so it doesn't get compiled on Windows, since it doesn't compile anyway svn path=/trunk/externals/ggee/; revision=5135 --- control/shell.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'control/shell.c') diff --git a/control/shell.c b/control/shell.c index 64cd6d8..79d89ca 100755 --- a/control/shell.c +++ b/control/shell.c @@ -1,10 +1,9 @@ /* (C) Guenter Geiger */ +/* this doesn't run on Windows (yet?) */ +#ifndef _WIN32 + #include -#ifdef _MSC_VER -#pragma warning( disable : 4244 ) -#pragma warning( disable : 4305 ) -#endif #include #include @@ -310,3 +309,6 @@ void shell_setup(void) } +#endif /* _WIN32 */ + + -- cgit v1.2.1