Mercurial > emacs
changeset 22540:0e7c65caf1cb
(initialize_w32_display): Call init_crit to initialize
interrupt_handle (referenced by sys_select).
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 22 Jun 1998 17:33:05 +0000 |
parents | 45ccce07729d |
children | c0e254b26492 |
files | src/w32console.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32console.c Mon Jun 22 17:21:56 1998 +0000 +++ b/src/w32console.c Mon Jun 22 17:33:05 1998 +0000 @@ -528,6 +528,9 @@ 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);