Removed Watcom Compiler support.

This commit is contained in:
Steven Fuller 2008-05-18 21:32:34 -07:00 committed by Patryk Obara
parent 02db356511
commit c948a59391
20 changed files with 19 additions and 1480 deletions

View file

@ -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;