diff options
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 98b1933f3f9..69fa533fd03 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -552,7 +552,7 @@ extern int tty_read_avail_input (struct terminal *, int, extern EMACS_TIME timer_check (void); extern void mark_kboards (void); -#ifdef WINDOWSNT +#ifdef HAVE_NTGUI extern const char *const lispy_function_keys[]; #endif |