home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
CLASSSRC.PAK
/
VERSION.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-29
|
977b
|
28 lines
/*------------------------------------------------------------------------*/
/* */
/* VERSION.CPP */
/* */
/* Copyright (c) 1993, 1994 Borland International */
/* All Rights Reserved */
/* */
/*------------------------------------------------------------------------*/
#if !defined( CLASSLIB_VERSION_H )
#include <classlib/version.h>
#endif
#define ID "CLASSLIB"
struct TVersionHeader
{
char Signature[6];
unsigned long InternalVersionNumber;
char ComponentIDstring[sizeof (ID)];
} VersionHeader =
{
{'$', '*', '$', '*', '$', '*'},
{InternalVersion},
ID
};