[DHCPCSVC]

* Include NDK headers on-demand.
* Improve the PCH use.

svn path=/trunk/; revision=53228
This commit is contained in:
Amine Khaldi 2011-08-14 12:06:23 +00:00
parent a923266533
commit c61fe8342b
8 changed files with 2 additions and 13 deletions

View file

@ -41,7 +41,6 @@
*/
#include "rosdhcp.h"
#include "dhcpd.h"
struct string_list *
new_string_list(size_t size)

View file

@ -8,8 +8,6 @@
*/
#include "rosdhcp.h"
#include <winsock2.h>
#include <iphlpapi.h>
#define NDEBUG
#include <reactos/debug.h>

View file

@ -1,6 +1,4 @@
#include "rosdhcp.h"
#include "dhcpd.h"
#include "stdint.h"
size_t strlcpy(char *d, const char *s, size_t bufsize)
{

View file

@ -54,7 +54,6 @@
*/
#include "rosdhcp.h"
#include "dhcpd.h"
#define PERIOD 0x2e
#define hyphenchar(c) ((c) == 0x2d)

View file

@ -40,7 +40,7 @@
*/
#include "rosdhcp.h"
#include "dhcpd.h"
//#include <sys/ioctl.h>
//#include <net/if_media.h>

View file

@ -40,12 +40,8 @@
* Enterprises, see ``http://www.vix.com''.
*/
#include <ctype.h>
#include <string.h>
#define DHCP_OPTION_DATA
#include "rosdhcp.h"
#include "dhcpd.h"
int bad_options = 0;
int bad_options_max = 5;

View file

@ -1,4 +1,3 @@
#include <stdarg.h>
#include "rosdhcp.h"
#define NDEBUG

View file

@ -4,7 +4,7 @@
#define WIN32_NO_STATUS
#include <winsock2.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <ndk/rtlfuncs.h>
#include <iprtrmib.h>
#include <iphlpapi.h>
#include <dhcpcsdk.h>