mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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
|
||||
* functions into iphlpv6.c (arty)
|
||||
*/
|
||||
|
||||
#include "iphlpapi_private.h"
|
||||
#include "ifenum.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* Globals */
|
||||
const PWCHAR TcpFileName = L"\\Device\\Tcp";
|
||||
|
||||
|
|
|
@ -21,9 +21,10 @@
|
|||
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x500
|
||||
#include <ddk/ntddk.h>
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <rosrtl/string.h>
|
||||
#include <ddk/miniport.h>
|
||||
#include <tcpmisc.h>
|
||||
#include <winsock2.h>
|
||||
#include <nspapi.h>
|
||||
|
|
Loading…
Reference in a new issue