From 7de1640e3534b0725a8659dce74c173a13c49b7d Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Mon, 27 Jul 2009 19:42:05 +0000 Subject: [PATCH] winsock2.h should come before windows.h svn path=/trunk/; revision=42257 --- reactos/dll/win32/msafd/msafd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/msafd/msafd.h b/reactos/dll/win32/msafd/msafd.h index 48ef099e026..fbef176ab47 100755 --- a/reactos/dll/win32/msafd/msafd.h +++ b/reactos/dll/win32/msafd/msafd.h @@ -11,8 +11,8 @@ #include #define WIN32_NO_STATUS -#include #include +#include #include #define NTOS_MODE_USER #include