From: dabb Date: Tue, 21 Nov 2000 14:49:36 +0000 (+0000) Subject: Borland C++ compile fixes X-Git-Tag: RELEASE_0_2_0_RC1~922 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=006c1568552761176200262832fb9c7db04c039b;p=xonotic%2Fdarkplaces.git Borland C++ compile fixes git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@98 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/console.c b/console.c index be48c8df..297bcb23 100644 --- a/console.c +++ b/console.c @@ -23,8 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #endif #ifndef _MSC_VER +#ifndef __BORLANDC__ #include #endif +#endif #ifdef WIN32 #include #endif