home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK11 / MFC / SAMPLES / TESTSERV / DEFS.H$ / defs
Encoding:
Text File  |  1992-01-15  |  735 b   |  27 lines

  1. // defs.h -- This file contains definitions which are not considered
  2. //           to be resource dependent.
  3. //
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and Microsoft
  10. // QuickHelp documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13.  
  14.  
  15. #ifndef __DEFS_H__
  16. #define __DEFS_H__
  17.  
  18. #define FILENAMELEN 128
  19. #define new DEBUG_NEW
  20. #define CBOBJNAMEMAX    32
  21. #define KEYNAMESIZE 300
  22. #define CBOBJMAXNAME    14
  23.  
  24. #endif // __DEFS_H__
  25.  
  26.  
  27.