diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 1932 | #endif | 1932 | #endif |
| 1933 | } | 1933 | } |
| 1934 | 1934 | ||
| 1935 | #ifdef DOS_NT | 1935 | #if defined CYGWIN || defined DOS_NT |
| 1936 | /* True if we are using polling to handle input asynchronously. */ | 1936 | /* True if we are using polling to handle input asynchronously. */ |
| 1937 | 1937 | ||
| 1938 | bool | 1938 | bool |