comparison src/w32console.c @ 12183:47685fb0fbd1

Include config.h before stdio.h.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 10 Jun 1995 21:45:43 +0000
parents 04cc0b15ef74
children 617f39b43557
comparison
equal deleted inserted replaced
12182:531750bd747b 12183:47685fb0fbd1
20 Tim Fleehart (apollo@online.com) 1-17-92 20 Tim Fleehart (apollo@online.com) 1-17-92
21 Geoff Voelker (voelker@cs.washington.edu) 9-12-93 21 Geoff Voelker (voelker@cs.washington.edu) 9-12-93
22 */ 22 */
23 23
24 24
25 #include <config.h>
26
25 #include <stdlib.h> 27 #include <stdlib.h>
26 #include <stdio.h> 28 #include <stdio.h>
27
28 #include "config.h"
29
30 #include <windows.h> 29 #include <windows.h>
31 30
32 #include "lisp.h" 31 #include "lisp.h"
33 #include "frame.h" 32 #include "frame.h"
34 #include "disptab.h" 33 #include "disptab.h"