From: Ken Brown Date: Thu, 11 Jan 2018 16:40:37 +0000 (-0500) Subject: Unbreak the Cygwin-w32 build X-Git-Tag: emacs-27.0.90~5894 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6266cb95ce9ea7e8fdcc1e2298bcb0513416f3e;p=emacs.git Unbreak the Cygwin-w32 build * src/keyboard.c (input_polling_used) [CYGWIN]: Restore. This was removed on Cygwin in the commit "On non-MS-Windows, omit unnecessary polling functions". But it is used in w32fns.c:x_make_frame_visible in the Cygwin-w32 build. --- diff --git a/src/keyboard.c b/src/keyboard.c index 07392b7d495..714c8fee656 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1932,7 +1932,7 @@ start_polling (void) #endif } -#ifdef DOS_NT +#if defined CYGWIN || defined DOS_NT /* True if we are using polling to handle input asynchronously. */ bool