changeset 112368:4cddf15c8d9a

Fix an error introduced by the previous patch.
author Sam Steingold <[email protected]>
date Wed, 19 Jan 2011 10:55:47 -0500
parents 7cecbdca2394
children 47cb827a3b2a 7935463f385e
files src/ChangeLog src/w32fns.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 19 10:24:40 2011 -0500
+++ b/src/ChangeLog	Wed Jan 19 10:55:47 2011 -0500
@@ -2,6 +2,7 @@
 
 	* w32.c (check_windows_init_file): Remove declarations of
 	Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
+	* w32fns.c: Fix an error introduced by the previous patch.
 
 2011-01-19  Tom Tromey  <[email protected]>
 
--- a/src/w32fns.c	Wed Jan 19 10:24:40 2011 -0500
+++ b/src/w32fns.c	Wed Jan 19 10:55:47 2011 -0500
@@ -89,8 +89,6 @@
 static unsigned hourglass_timer = 0;
 static HWND hourglass_hwnd = NULL;
 
-#if 0 #endif
-
 #ifndef IDC_HAND
 #define IDC_HAND MAKEINTRESOURCE(32649)
 #endif