Commit aca2385d authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

include: Revise the Winsock include in windows.h to match the Windows SDK.

parent e82c5737
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <ntstatus.h> #include <ntstatus.h>
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <winsock2.h>
#include <windows.h> #include <windows.h>
#include <ws2tcpip.h> #include <ws2tcpip.h>
#include <mswsock.h> #include <mswsock.h>
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
/* #include <winperf.h> */ /* #include <winperf.h> */
#ifndef WINE_NOWINSOCK #ifndef WINE_NOWINSOCK
#include <winsock2.h> #include <winsock.h>
#endif /* WINE_NOWINSOCK */ #endif /* WINE_NOWINSOCK */
#ifndef NOCRYPT #ifndef NOCRYPT
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <winsock2.h>
#include <windows.h> #include <windows.h>
#include <iphlpapi.h> #include <iphlpapi.h>
#include <wine/unicode.h> #include <wine/unicode.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment