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.
27 lines
507 B
27 lines
507 B
/*
|
|
|
|
Copyright (c) 1998, Microsoft Corporation, all rights reserved
|
|
|
|
Description:
|
|
|
|
History:
|
|
Dec 1997: Vijay Baliga created original version.
|
|
|
|
*/
|
|
|
|
#ifndef _TCPREG__H_
|
|
#define _TCPREG__H_
|
|
|
|
#include "rasiphlp_.h"
|
|
#include <dhcpcapi.h>
|
|
#include <winsock2.h>
|
|
#include <objbase.h>
|
|
#include <llinfo.h>
|
|
#include <ddwanarp.h>
|
|
#include "helper.h"
|
|
#include "tcpreg.h"
|
|
|
|
#define WCH_SPACE L' '
|
|
#define WCH_ZEROADDRESS L"0.0.0.0"
|
|
|
|
#endif // #ifndef _TCPREG__H_
|