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

This commit is contained in:
Andrew Nguyen 2011-05-19 07:10:09 -05:00 committed by Alexandre Julliard
parent e82c57372b
commit aca2385d6c
3 changed files with 3 additions and 1 deletions

View file

@ -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>

View file

@ -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

View file

@ -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>