From c948a593912fef46e2cea6da9b0dd0c7c36054c7 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 18 May 2008 21:32:34 -0700 Subject: Removed Watcom Compiler support. --- src/win95/dxlog.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/win95/dxlog.c') diff --git a/src/win95/dxlog.c b/src/win95/dxlog.c index d95bd51..42d2d03 100644 --- a/src/win95/dxlog.c +++ b/src/win95/dxlog.c @@ -278,11 +278,7 @@ D3DAppErrorToString(HRESULT error) } } -#ifdef __WATCOMC__ - #define LOGFILE_NAME "dx_error.log" -#else - #define LOGFILE_NAME "dx_errorM.log" -#endif +#define LOGFILE_NAME "dx_errorM.log" static LOGFILE * dxlog = 0; static int closed_once = 0; -- cgit v1.3