1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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>
#define WIN32_NO_STATUS
#include <winsock2.h>
#include <windows.h>
#include <ws2tcpip.h>
#include <mswsock.h>

View File

@ -63,7 +63,7 @@
/* #include <winperf.h> */
#ifndef WINE_NOWINSOCK
#include <winsock2.h>
#include <winsock.h>
#endif /* WINE_NOWINSOCK */
#ifndef NOCRYPT

View File

@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <winsock2.h>
#include <windows.h>
#include <iphlpapi.h>
#include <wine/unicode.h>