diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-06-24 11:05:43 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-06-24 11:05:43 +0000 |
| commit | 5fc29f7717e8c7b23c3c2debfa37a4ea5aef340f (patch) | |
| tree | 8dcc19055af79aa2d9b7a036eef3075bf6b667f3 /windows.c | |
| parent | 249d345ed436c32a2013cb6917a5f8f36aa656b2 (diff) | |
| download | puzzles-5fc29f7717e8c7b23c3c2debfa37a4ea5aef340f.zip puzzles-5fc29f7717e8c7b23c3c2debfa37a4ea5aef340f.tar.gz puzzles-5fc29f7717e8c7b23c3c2debfa37a4ea5aef340f.tar.bz2 puzzles-5fc29f7717e8c7b23c3c2debfa37a4ea5aef340f.tar.xz | |
Change the preprocessor symbol `DEBUG' to `DEBUGGING', since the
former is automatically defined by Cygwin.
[originally from svn r6007]
Diffstat (limited to 'windows.c')
| -rw-r--r-- | windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |