]> git.eshelyaron.com Git - emacs.git/commitdiff
(initialize_w32_display): Call init_crit to initialize
authorAndrew Innes <andrewi@gnu.org>
Mon, 22 Jun 1998 17:33:05 +0000 (17:33 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 22 Jun 1998 17:33:05 +0000 (17:33 +0000)
interrupt_handle (referenced by sys_select).

src/w32console.c

index 8aec92389f24f387506e478fd564e9dd226ae866..eef845fe0207c198c4d0f8372c7bbec2b1407c30 100644 (file)
@@ -528,6 +528,9 @@ initialize_w32_display (void)
   read_socket_hook = w32_console_read_socket;
   mouse_position_hook = w32_console_mouse_position;
 
+  /* Initialize interrupt_handle.  */
+  init_crit ();
+
   /* Remember original console settings.  */
   keyboard_handle = GetStdHandle (STD_INPUT_HANDLE);
   GetConsoleMode (keyboard_handle, &prev_console_mode);