Mercurial > hg > xemacs-beta
diff netinstall/win32.h @ 657:ce0b3f2eff35
[xemacs-hg @ 2001-09-09 04:37:41 by andyp]
DDE, netinstall and cygwin file fixes
author | andyp |
---|---|
date | Sun, 09 Sep 2001 04:37:48 +0000 |
parents | 3078fd1074e8 |
children | a307f9a2021d |
line wrap: on
line diff
--- a/netinstall/win32.h Sat Sep 08 09:12:09 2001 +0000 +++ b/netinstall/win32.h Sun Sep 09 04:37:48 2001 +0000 @@ -21,24 +21,14 @@ #ifndef _MINI_WIN32_ #define _MINI_WIN32_ -#define _UNION_NAME(x) -#define _STRUCT_NAME(x) #define NOCOMATTRIBUTE #include <stdarg.h> -#ifdef WIN32_NATIVE -/* MSVC is barking with the list above, something else is missing, so - I'm using <windows.h> and lean-n-mean. FP, 2000-23-12 */ + +#define WIN32_LEAN_AND_MEAN #include <windows.h> -#endif -#include <windef.h> -#include <basetyps.h> -#include <winbase.h> -#include <wingdi.h> -#include <winuser.h> + #include <wininet.h> -#include <winreg.h> - #include <windowsx.h> /* Cope with native win32 & mingw differences. Written by F. Popineau