summaryrefslogtreecommitdiffstats
path: root/private/nw/install/setupdll/nwcfg.hxx
blob: db856a517e3a3e0983a7211d69939a72e5fd0c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**********************************************************************/
/**                       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_