home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total C++ 2
/
TOTALCTWO.iso
/
borland
/
services.pak
/
POSCLASS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-06
|
709b
|
20 lines
//----------------------------------------------------------------------------
// Borland Services Library
// Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
//
//$Revision: 5.2 $
//
// Provides generic definitions preceeding the declaration the classes of
// the ClassLibrary, ObjectComponents and ObjectWindows
// NOTE: This header must *NOT* contain guards
//----------------------------------------------------------------------------
#pragma nopackwarning
#if ! (defined(lint) || defined(_lint))
# if ( _MSC_VER >= 800 ) || (defined(__BORLANDC__))
# pragma warning(disable:4103)
# pragma pack()
# endif
#endif // ! (defined(lint) || defined(_lint))