mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Build ws2_32 with NDK
svn path=/trunk/; revision=16168
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user