- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / applications / network / route / route.c
index 8d4a8e2..b1212bd 100644 (file)
  * Flexible, simple
  */
 
+#define WIN32_NO_STATUS
+#include <stdarg.h>
+#include <windef.h>
+#include <winbase.h>
 #include <stdio.h>
+#include <malloc.h>
+#define _INC_WINDOWS
 #include <winsock2.h>
-#include <windows.h>
 #include <iphlpapi.h>
 #include <tchar.h>