mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
- Move rosdhcp_public.h to dhcp library include directory.
svn path=/trunk/; revision=16659
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user