diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32term.c b/src/w32term.c index 4ed7beda233..7222e26efd2 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -228,10 +228,6 @@ static int input_signal_count; | |||
| 228 | 228 | ||
| 229 | extern Lisp_Object Vcommand_line_args, Vsystem_name; | 229 | extern Lisp_Object Vcommand_line_args, Vsystem_name; |
| 230 | 230 | ||
| 231 | #ifndef USE_CRT_DLL | ||
| 232 | extern int errno; | ||
| 233 | #endif | ||
| 234 | |||
| 235 | /* A mask of extra modifier bits to put into every keyboard char. */ | 231 | /* A mask of extra modifier bits to put into every keyboard char. */ |
| 236 | extern EMACS_INT extra_keyboard_modifiers; | 232 | extern EMACS_INT extra_keyboard_modifiers; |
| 237 | 233 | ||