From 5fc29f7717e8c7b23c3c2debfa37a4ea5aef340f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 24 Jun 2005 11:05:43 +0000 Subject: Change the preprocessor symbol `DEBUG' to `DEBUGGING', since the former is automatically defined by Cygwin. [originally from svn r6007] --- windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows.c') diff --git a/windows.c b/windows.c index 0cf8148..67469b1 100644 --- a/windows.c +++ b/windows.c @@ -33,7 +33,7 @@ #define HELP_FILE_NAME "puzzles.hlp" #define HELP_CNT_NAME "puzzles.cnt" -#ifdef DEBUG +#ifdef DEBUGGING static FILE *debug_fp = NULL; static HANDLE debug_hdl = INVALID_HANDLE_VALUE; static int debug_got_console = 0; -- cgit v1.1