comparison lib-src/winclient.c @ 2993:49316578f12d

[xemacs-hg @ 2005-10-14 01:02:29 by ben] Include config.h in lib-src progs i.c, mmencode.c: Always include config.h first. winclient.c: Move include of windows.h after config.h.
author ben
date Fri, 14 Oct 2005 01:02:30 +0000
parents 2b6fa2618f76
children 61aff09a7589
comparison
equal deleted inserted replaced
2992:fd7c5f4f2983 2993:49316578f12d
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 /* -- Includes -------------------------------------------------------------- */ 23 /* -- Includes -------------------------------------------------------------- */
24 24
25 #include <windows.h>
26 #ifdef HAVE_CONFIG_H 25 #ifdef HAVE_CONFIG_H
27 # include <config.h> 26 # include <config.h>
28 #endif 27 #endif
28 #include <windows.h>
29 #include <ddeml.h>
29 #include <stdlib.h> 30 #include <stdlib.h>
30 #include <stdio.h> 31 #include <stdio.h>
31 #include <ctype.h> 32 #include <ctype.h>
32 #include <errno.h> 33 #include <errno.h>
33 34