diff netinstall/win32.h @ 707:a307f9a2021d

[xemacs-hg @ 2001-12-20 05:49:28 by andyp] sync with 21-4-6-windows
author andyp
date Thu, 20 Dec 2001 05:49:48 +0000
parents ce0b3f2eff35
children
line wrap: on
line diff
--- a/netinstall/win32.h	Wed Dec 19 00:40:26 2001 +0000
+++ b/netinstall/win32.h	Thu Dec 20 05:49:48 2001 +0000
@@ -23,14 +23,6 @@
 
 #define NOCOMATTRIBUTE
 
-#include <stdarg.h>
-
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-
-#include <wininet.h>
-#include <windowsx.h>
-
 /* Cope with native win32 & mingw differences.  Written by F. Popineau
    <Fabrice.Popineau@supelec.fr> */
 #ifdef WIN32_NATIVE
@@ -40,6 +32,14 @@
 #  define strnicmp _strnicmp
 #endif
 
+#include <stdarg.h>
+
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
+
+#include <wininet.h>
+#include <windowsx.h>
+
 #ifndef CDECL
 #define CDECL __cdecl
 #endif