Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lib-src/winclient.c Fri Oct 14 01:00:45 2005 +0000 +++ b/lib-src/winclient.c Fri Oct 14 01:02:30 2005 +0000 @@ -22,10 +22,11 @@ /* -- Includes -------------------------------------------------------------- */ -#include <windows.h> #ifdef HAVE_CONFIG_H # include <config.h> #endif +#include <windows.h> +#include <ddeml.h> #include <stdlib.h> #include <stdio.h> #include <ctype.h>