summaryrefslogtreecommitdiff
path: root/src/win95/dxlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/dxlog.c')
-rw-r--r--src/win95/dxlog.c6
1 files changed, 1 insertions, 5 deletions
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;