From 20cb00076d39bcb8a5c2e82912af8200c97034cb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 9 Mar 2009 22:53:24 +0000 Subject: Remove WATCOMC usage (thanks Quasar) Subversion-branch: /branches/raven-branch Subversion-revision: 1453 --- src/heretic/doomdef.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/heretic/doomdef.h') diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h index 02797f92..0580f9b0 100644 --- a/src/heretic/doomdef.h +++ b/src/heretic/doomdef.h @@ -28,11 +28,7 @@ #define __DOOMDEF__ #include #include -#ifdef __WATCOMC__ -#include -#define strcasecmp strcmpi -#define strncasecmp strnicmp -#endif +//haleyjd: removed WATCOMC #include #define HERETIC_VERSION 130 @@ -688,7 +684,9 @@ byte *I_ZoneBase(int *size); byte *I_AllocLow(int length); // allocates from low memory under dos, just mallocs under unix -#ifdef __WATCOMC__ +// haleyjd: was WATCOMC, preserved for historical interest. +// This is similar to the -control structure in DOOM v1.4 and Strife. +#if 0 extern boolean useexterndriver; #define EBT_FIRE 1 -- cgit v1.2.3