mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:32:57 +00:00
[WS2_32]
* Don't include the whole NDK for just one header. svn path=/trunk/; revision=53216
This commit is contained in:
parent
fb59583ee0
commit
ac5fecad86
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
@ -16,7 +17,7 @@
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/rtlfuncs.h>
|
||||||
|
|
||||||
#include <wsahelp.h>
|
#include <wsahelp.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue