mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- winsock2.h needs to be included before windows.h (msvc)
svn path=/trunk/; revision=25636
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x500
|
||||
#define WIN32_NO_STATUS
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <winsock2.h>
|
||||
#include <nspapi.h>
|
||||
#include <iptypes.h>
|
||||
#include "iphlpapi.h"
|
||||
|
||||
Reference in New Issue
Block a user