aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32inevt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32inevt.c')
-rw-r--r--src/w32inevt.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c
index 1111f8dfa44..65b57ffa1f7 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -23,10 +23,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
23*/ 23*/
24 24
25 25
26#ifdef HAVE_CONFIG_H
27#include <config.h> 26#include <config.h>
28#endif
29
30#include <stdio.h> 27#include <stdio.h>
31#include <windows.h> 28#include <windows.h>
32#include <setjmp.h> 29#include <setjmp.h>
@@ -282,7 +279,7 @@ w32_kbd_patch_key (KEY_EVENT_RECORD *event)
282} 279}
283 280
284 281
285extern char *lispy_function_keys[]; 282extern const char *const lispy_function_keys[];
286 283
287static int faked_key = 0; 284static int faked_key = 0;
288 285
@@ -784,5 +781,3 @@ w32_console_read_socket (struct terminal *terminal,
784 return ret; 781 return ret;
785} 782}
786 783
787/* arch-tag: 0bcb39b7-d085-4b85-9070-6750e8c03047
788 (do not change this comment) */