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.

23 lines
574 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1996.
  5. //
  6. // File: consts.hxx
  7. //
  8. // Contents: Constants used by multiple routines
  9. //
  10. // History: 5-01-1997 DavidMun Created
  11. //
  12. //---------------------------------------------------------------------------
  13. #ifndef __CONSTS_HXX_
  14. #define __CONSTS_HXX_
  15. #define MAX_TITLE_CCH 200
  16. #define MAX_LVIEW_HEADER_CCH 80
  17. extern UINT g_msgFindWizard; // private window message
  18. #endif // __CONSTS_HXX_