mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Build ws2_32 with NDK
svn path=/trunk/; revision=16168
This commit is contained in:
parent
07d22c372d
commit
0856013938
2 changed files with 4 additions and 6 deletions
|
@ -7,8 +7,6 @@
|
|||
#ifndef __CATALOG_H
|
||||
#define __CATALOG_H
|
||||
|
||||
#include <wsahelp.h>
|
||||
|
||||
typedef struct _CATALOG_ENTRY {
|
||||
LIST_ENTRY ListEntry;
|
||||
ULONG ReferenceCount;
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
#define __WS2_32_H
|
||||
|
||||
#include <roscfg.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include <ddk/ntifs.h>
|
||||
#include <ntos.h>
|
||||
#include <napi/teb.h>
|
||||
#include <winsock2.h>
|
||||
#include <ws2spi.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <windows.h>
|
||||
#include <wsahelp.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#undef assert
|
||||
#include <debug.h>
|
||||
#include <windns.h> // DNS_A_DATA
|
||||
|
|
Loading…
Reference in a new issue