17 lines
193 B
C
17 lines
193 B
C
|
/*
|
||
|
|
||
|
Copyright (c) 1998, Microsoft Corporation, all rights reserved
|
||
|
|
||
|
Description:
|
||
|
|
||
|
History:
|
||
|
|
||
|
*/
|
||
|
|
||
|
#ifndef _RASIPHLP_H_
|
||
|
#define _RASIPHLP_H_
|
||
|
|
||
|
typedef ULONG IPADDR;
|
||
|
|
||
|
#endif // #ifndef _RASIPHLP_H_
|