comparison src/w32inevt.c @ 42469:64341c22fb4c

Include <config.h>.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 01 Jan 2002 19:15:26 +0000
parents 712561c30aa5
children 863817d7e734
comparison
equal deleted inserted replaced
42468:3d8bcf574e38 42469:64341c22fb4c
21 Drew Bliss 01-Oct-93 21 Drew Bliss 01-Oct-93
22 Adapted from ntkbd.c by Tim Fleehart 22 Adapted from ntkbd.c by Tim Fleehart
23 */ 23 */
24 24
25 25
26 #include "config.h" 26 #ifdef HAVE_CONFIG_H
27 #include <config.h>
28 #endif
27 29
28 #include <stdlib.h> 30 #include <stdlib.h>
29 #include <stdio.h> 31 #include <stdio.h>
30 #include <windows.h> 32 #include <windows.h>
31 33