From c866e24f9a39e015071cd27311b557fb0ef43b41 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 27 Apr 2004 20:51:08 +0000 Subject: Most of a Windows front end. Something's not _quite_ right in the GDI - there are blobs in the middle of powered lines in Net. But it's 99% there now. [originally from svn r4156] --- puzzles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index 632f9b2..6300e74 100644 --- a/puzzles.h +++ b/puzzles.h @@ -24,7 +24,7 @@ enum { CURSOR_RIGHT }; -#define IGNORE(x) ( (x) = (x) ) +#define IGNOREARG(x) ( (x) = (x) ) typedef struct frontend frontend; typedef struct midend_data midend_data; -- cgit v1.1