Source code of Windows XP (NT5)
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
576 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. nwcfg.hxx
  7. Header for output buffer.
  8. history:
  9. terryk 09/30/93 Created
  10. */
  11. #ifndef _NWCFG_HXX_
  12. #define _NWCFG_HXX_
  13. /* Global return buffer */
  14. char achBuff[2000];
  15. #else
  16. extern char achBuff[2000];
  17. #endif // _NWCFG_HXX_