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.
22 lines
493 B
22 lines
493 B
/**********************************************************************/
|
|
/** 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_
|
|
|
|
|