home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / borland / services.pak / POSCLASS.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  709b  |  20 lines

  1. //----------------------------------------------------------------------------
  2. // Borland Services Library
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   5.2  $
  6. //
  7. // Provides generic definitions preceeding the declaration the classes of
  8. // the ClassLibrary, ObjectComponents and ObjectWindows
  9. // NOTE: This header must *NOT* contain guards
  10. //----------------------------------------------------------------------------
  11. #pragma nopackwarning
  12.  
  13. #if ! (defined(lint) || defined(_lint))
  14. #  if ( _MSC_VER >= 800 ) || (defined(__BORLANDC__))
  15. #    pragma warning(disable:4103)
  16. #    pragma pack()
  17. #  endif
  18. #endif // ! (defined(lint) || defined(_lint))
  19.  
  20.