# HG changeset patch # User Sam Steingold # Date 1295452547 18000 # Node ID 4cddf15c8d9afc3deb4ccb6a2e806c577f057999 # Parent 7cecbdca2394eed1c739fe9e85c7a0b66b6ee6d5 Fix an error introduced by the previous patch. diff -r 7cecbdca2394 -r 4cddf15c8d9a src/ChangeLog --- 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 diff -r 7cecbdca2394 -r 4cddf15c8d9a src/w32fns.c --- 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