Removed Watcom Compiler support.
This commit is contained in:
parent
02db356511
commit
c948a59391
20 changed files with 19 additions and 1480 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue