comparison 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
comparison
equal deleted inserted replaced
656:4035041996d8 657:ce0b3f2eff35
19 this cuts compile time in half. */ 19 this cuts compile time in half. */
20 20
21 #ifndef _MINI_WIN32_ 21 #ifndef _MINI_WIN32_
22 #define _MINI_WIN32_ 22 #define _MINI_WIN32_
23 23
24 #define _UNION_NAME(x)
25 #define _STRUCT_NAME(x)
26 #define NOCOMATTRIBUTE 24 #define NOCOMATTRIBUTE
27 25
28 #include <stdarg.h> 26 #include <stdarg.h>
29 #ifdef WIN32_NATIVE 27
30 /* MSVC is barking with the list above, something else is missing, so 28 #define WIN32_LEAN_AND_MEAN
31 I'm using <windows.h> and lean-n-mean. FP, 2000-23-12 */
32 #include <windows.h> 29 #include <windows.h>
33 #endif 30
34 #include <windef.h>
35 #include <basetyps.h>
36 #include <winbase.h>
37 #include <wingdi.h>
38 #include <winuser.h>
39 #include <wininet.h> 31 #include <wininet.h>
40 #include <winreg.h>
41
42 #include <windowsx.h> 32 #include <windowsx.h>
43 33
44 /* Cope with native win32 & mingw differences. Written by F. Popineau 34 /* Cope with native win32 & mingw differences. Written by F. Popineau
45 <Fabrice.Popineau@supelec.fr> */ 35 <Fabrice.Popineau@supelec.fr> */
46 #ifdef WIN32_NATIVE 36 #ifdef WIN32_NATIVE