* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
[bpt/emacs.git] / src / fns.c
index e0da65a..e89fbbc 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -2600,7 +2600,7 @@ is nil and `use-dialog-box' is non-nil.  */)
   xprompt = prompt;
   GCPRO2 (prompt, xprompt);
 
-#ifdef HAVE_X_WINDOWS
+#ifdef HAVE_WINDOW_SYSTEM
   if (display_hourglass_p)
     cancel_hourglass ();
 #endif