23 lines
471 B
C
23 lines
471 B
C
|
/**********************************************************************/
|
||
|
/** Microsoft Windows NT **/
|
||
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
||
|
/**********************************************************************/
|
||
|
|
||
|
/*
|
||
|
|
||
|
nwcfg.h
|
||
|
|
||
|
history:
|
||
|
thomaspa 1/24/94 Created
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef _NWCFG_H_
|
||
|
#define _NWCFG_H_
|
||
|
|
||
|
#define PROVIDER_NAME 101
|
||
|
|
||
|
#endif // _NWCFG_H_
|
||
|
|
||
|
|