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.
28 lines
604 B
28 lines
604 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
|
|
nwcfg.hxx
|
|
Header for output buffer.
|
|
|
|
history:
|
|
terryk 09/30/93 Created
|
|
*/
|
|
|
|
|
|
#ifndef _NWCFG_HXX_
|
|
#define _NWCFG_HXX_
|
|
|
|
/* Global return buffer */
|
|
char achBuff[2000];
|
|
|
|
#else
|
|
|
|
extern char achBuff[2000];
|
|
|
|
#endif // _NWCFG_HXX_
|
|
|
|
|