home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
OTHERUTI
/
TCPP30-1.ZIP
/
CLASSINC.ZIP
/
CLSDEFS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-18
|
817b
|
20 lines
/*------------------------------------------------------------------------*/
/* */
/* CLSDEFS.H */
/* */
/* Copyright Borland International 1991 */
/* All Rights Reserved */
/* */
/*------------------------------------------------------------------------*/
#if !defined( __CLSDEFS_H )
#define __CLSDEFS_H
#if !defined( __CLSTYPES_H )
#include <ClsTypes.h>
#endif // __CLSTYPES_H
const hashValueType ERROR_CLASS_HASH_VALUE = 0;
#endif