mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Move rosdhcp_public.h to dhcp library include directory.
svn path=/trunk/; revision=16659
This commit is contained in:
parent
86f7b177e0
commit
e8ebef770f
3 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <roscfg.h>
|
||||
#include <winsock2.h>
|
||||
#include <dhcpcsdk.h>
|
||||
#include <rosdhcp_public.h>
|
||||
#include <dhcp/rosdhcp_public.h>
|
||||
|
||||
#define DHCP_TIMEOUT 1000
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <setjmp.h>
|
||||
#include "stdint.h"
|
||||
#include "predec.h"
|
||||
#include <dhcp/rosdhcp_public.h>
|
||||
#include "debug.h"
|
||||
#define IFNAMSIZ MAX_INTERFACE_NAME_LEN
|
||||
#undef interface /* wine/objbase.h -- Grrr */
|
||||
|
@ -50,8 +51,6 @@ typedef struct _DHCP_ADAPTER {
|
|||
unsigned char recv_buf[1];
|
||||
} DHCP_ADAPTER, *PDHCP_ADAPTER;
|
||||
|
||||
#include <rosdhcp_public.h>
|
||||
|
||||
typedef DWORD (*PipeSendFunc)( COMM_DHCP_REPLY *Reply );
|
||||
|
||||
#define random rand
|
||||
|
|
Loading…
Reference in a new issue