mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Build dhcp with ndk
svn path=/trunk/; revision=16189
This commit is contained in:
parent
4d21e1f410
commit
e04c28b61f
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <roscfg.h>
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <winnt.h>
|
||||
#include <iprtrmib.h>
|
||||
#include <iphlpapi.h>
|
||||
|
@ -27,8 +29,6 @@
|
|||
#define RRF_RT_REG_SZ 2
|
||||
typedef void *VOIDPTR;
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
typedef u_int32_t uintTIME;
|
||||
#define TIME uintTIME
|
||||
#include "dhcpd.h"
|
||||
|
|
Loading…
Reference in a new issue