mirror of https://github.com/lianthony/NT4.0
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.
23 lines
619 B
23 lines
619 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 1990, 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
ipaddr.h
|
|
This is a special control for entering IP addresses.
|
|
|
|
|
|
FILE HISTORY:
|
|
JonN 31-Aug-1993 Templated from NCPA
|
|
|
|
CODEWORK We should do something about this dirty pointer to NCPA
|
|
*/
|
|
|
|
|
|
#ifndef _IPADDR_H_
|
|
#define _IPADDR_H_
|
|
|
|
#include "..\..\..\ncpa\tcpip\src\ipaddr.h"
|
|
|
|
#endif // _IPADDR_H_
|