mirror of
https://github.com/reactos/reactos.git
synced 2025-01-09 15:51:16 +00:00
- winsock2.h needs to be included before windows.h (msvc)
svn path=/trunk/; revision=25636
This commit is contained in:
parent
756a324443
commit
120ffca3ec
1 changed files with 1 additions and 1 deletions
|
@ -22,10 +22,10 @@
|
||||||
#undef _WIN32_WINNT
|
#undef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x500
|
#define _WIN32_WINNT 0x500
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
#include <winsock2.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/ntndk.h>
|
||||||
#include <winsock2.h>
|
|
||||||
#include <nspapi.h>
|
#include <nspapi.h>
|
||||||
#include <iptypes.h>
|
#include <iptypes.h>
|
||||||
#include "iphlpapi.h"
|
#include "iphlpapi.h"
|
||||||
|
|
Loading…
Reference in a new issue