home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 20.ddi / CLOBSH.PAK / CLSDEFS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  1.0 KB  |  32 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        */
  3. /*  CLSDEFS.H                                                             */
  4. /*                                                                        */
  5. /*  Copyright Borland International 1991, 1993                            */
  6. /*  All Rights Reserved                                                   */
  7. /*                                                                        */
  8. /*------------------------------------------------------------------------*/
  9.  
  10. #if !defined( __CLSDEFS_H )
  11. #define __CLSDEFS_H
  12.  
  13. #define BI_OLDNAMES
  14.  
  15. #if !defined( __CLSTYPES_H )
  16. #include "classlib\obsolete\ClsTypes.h"
  17. #endif  // __CLSTYPES_H
  18.  
  19. #pragma option -Vo-
  20. #if defined( __BCOPT__ ) && !defined( _ALLOW_po )
  21. #pragma option -po-
  22. #endif
  23.  
  24. const hashValueType ERROR_CLASS_HASH_VALUE = 0;
  25.  
  26. #if defined( __BCOPT__ ) && !defined( _ALLOW_po )
  27. #pragma option -po.
  28. #endif
  29. #pragma option -Vo.
  30.  
  31. #endif
  32.