put MEAN_AND_LEAN in correct place. Fixes build on msvc
authorGed Murphy <gedmurphy@reactos.org>
Wed, 30 Nov 2005 00:17:14 +0000 (00:17 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Wed, 30 Nov 2005 00:17:14 +0000 (00:17 +0000)
svn path=/trunk/; revision=19763

reactos/apps/utils/net/arp/arp.c

index 30f9135..4b6586c 100644 (file)
@@ -28,6 +28,7 @@
  *
  */
 
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -37,7 +38,6 @@
 #include <winsock2.h>
 #include <iphlpapi.h>
 
-#define WIN32_LEAN_AND_MEAN
 #define UNICODE
 #define _UNICODE