From 862f45407c6f712ea257acacfe2cb1d91ffa569c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 31 Aug 2005 21:24:24 +0000 Subject: Remove the last traces of NORMALUNIX Subversion-branch: /trunk/chocolate-doom Subversion-revision: 60 --- src/d_main.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/d_main.c') diff --git a/src/d_main.c b/src/d_main.c index e4eecaac..998b11e8 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: d_main.c 59 2005-08-31 21:21:18Z fraggle $ +// $Id: d_main.c 60 2005-08-31 21:24:24Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -22,6 +22,9 @@ // 02111-1307, USA. // // $Log$ +// Revision 1.8 2005/08/31 21:24:24 fraggle +// Remove the last traces of NORMALUNIX +// // Revision 1.7 2005/08/31 21:21:18 fraggle // Better IWAD detection and identification. Support '-iwad' to specify // the IWAD to use. @@ -57,7 +60,7 @@ //----------------------------------------------------------------------------- -static const char rcsid[] = "$Id: d_main.c 59 2005-08-31 21:21:18Z fraggle $"; +static const char rcsid[] = "$Id: d_main.c 60 2005-08-31 21:24:24Z fraggle $"; #define BGCOLOR 7 #define FGCOLOR 8 @@ -67,6 +70,10 @@ static const char rcsid[] = "$Id: d_main.c 59 2005-08-31 21:21:18Z fraggle $"; #include #include +#ifdef _WIN32 +#include +#endif + #include "config.h" #include "doomdef.h" -- cgit v1.2.3