mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:25:52 +00:00
Build iphlpapi with NDK instead of DDK
svn path=/trunk/; revision=16177
This commit is contained in:
parent
26fca9d4cf
commit
de322e6992
2 changed files with 6 additions and 3 deletions
|
@ -36,10 +36,12 @@
|
||||||
* - We don't support IPv6 addresses here yet -- I moved the upper edge
|
* - We don't support IPv6 addresses here yet -- I moved the upper edge
|
||||||
* functions into iphlpv6.c (arty)
|
* functions into iphlpv6.c (arty)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "iphlpapi_private.h"
|
#include "iphlpapi_private.h"
|
||||||
#include "ifenum.h"
|
#include "ifenum.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
/* Globals */
|
/* Globals */
|
||||||
const PWCHAR TcpFileName = L"\\Device\\Tcp";
|
const PWCHAR TcpFileName = L"\\Device\\Tcp";
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,10 @@
|
||||||
|
|
||||||
#undef _WIN32_WINNT
|
#undef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x500
|
#define _WIN32_WINNT 0x500
|
||||||
#include <ddk/ntddk.h>
|
#include <windows.h>
|
||||||
|
#define NTOS_MODE_USER
|
||||||
|
#include <ndk/ntndk.h>
|
||||||
#include <rosrtl/string.h>
|
#include <rosrtl/string.h>
|
||||||
#include <ddk/miniport.h>
|
|
||||||
#include <tcpmisc.h>
|
#include <tcpmisc.h>
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <nspapi.h>
|
#include <nspapi.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue