mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
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.
This commit is contained in:
parent
ccedc6797e
commit
e6266cb95c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue