mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 11:24:14 +00:00
winsock2.h should come before windows.h
svn path=/trunk/; revision=42257
This commit is contained in:
parent
dd0ab576f9
commit
7de1640e35
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <ws2spi.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
|
Loading…
Reference in a new issue