You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
662 B
46 lines
662 B
// precompiled header
|
|
|
|
//#include <wininetp.h>
|
|
|
|
//
|
|
// NT headers and our basterized versions of
|
|
//
|
|
|
|
#include <winsock.h>
|
|
#include <sockreg.h>
|
|
#include "vdhcpapi.h"
|
|
#include <wscntl.h>
|
|
#include <ntddtcp.h>
|
|
#include <tdistat.h>
|
|
#include <tdiinfo.h>
|
|
#include <llinfo.h>
|
|
#include <ipinfo.h>
|
|
|
|
#include <lmcons.h>
|
|
#include <optchg.h>
|
|
|
|
|
|
#include <dhcp.h>
|
|
#include <dhcplib.h>
|
|
|
|
//
|
|
// Local header files
|
|
//
|
|
|
|
#include <dhcpdef.h>
|
|
#include <debug.h>
|
|
#include <dhcploc.h>
|
|
#include <dhcppro.h>
|
|
|
|
#include <options.h>
|
|
#include <optreg.h>
|
|
#include <stack.h>
|
|
|
|
#include <iphlpapi.h>
|
|
#include <apiappl.h>
|
|
|
|
#include "ipconfig.hxx"
|
|
|
|
|
|
|
|
|