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
625 B
23 lines
625 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 1990, 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
ipadd.h
|
|
Resource IDs for the special control for entering IP addresses.
|
|
|
|
|
|
FILE HISTORY:
|
|
JonN 01-Sep-1993 Templated from NCPA
|
|
|
|
CODEWORK We should do something about this dirty pointer to NCPA
|
|
*/
|
|
|
|
|
|
#ifndef _IPADD_H_
|
|
#define _IPADD_H_
|
|
|
|
#include "..\..\..\ncpa\tcpip\src\ipadd.h"
|
|
|
|
#endif // _IPADD_H_
|