From f6478090a43c6508245d486729d8c4eb4adef477 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 May 1997 19:16:09 +0000 Subject: (x_set_mouse_color): Fix previous change. --- src/w32fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32fns.c b/src/w32fns.c index 3a8a2eb1c3c..13de5fb75b3 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -1528,8 +1528,8 @@ x_set_mouse_color (f, arg, oldval) { #if 0 Cursor cursor, nontext_cursor, mode_cursor, cross_cursor; - int count; #endif + int count; int mask_color; if (!EQ (Qnil, arg)) -- cgit v1.2.1