X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=netinstall%2Fwin32.h;h=7e1c4d1186f07d571af27c5daf70a87e9f63a000;hp=0e9677dd1384a6e7fe6e51ea57f3533e2d02f258;hb=528ca5c9afc87d2d698ce64b29cc9b069d09894f;hpb=02f4d2761a98c5cb9d5b423d2361160a5d8c9ee4 diff --git a/netinstall/win32.h b/netinstall/win32.h index 0e9677d..7e1c4d1 100644 --- a/netinstall/win32.h +++ b/netinstall/win32.h @@ -23,14 +23,6 @@ #define NOCOMATTRIBUTE -#include - -#define WIN32_LEAN_AND_MEAN -#include - -#include -#include - /* Cope with native win32 & mingw differences. Written by F. Popineau */ #ifdef WIN32_NATIVE @@ -40,6 +32,14 @@ # define strnicmp _strnicmp #endif +#include + +#define WIN32_LEAN_AND_MEAN +#include + +#include +#include + #ifndef CDECL #define CDECL __cdecl #endif