OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
posclass.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
4//
5// Provides generic definitions preceeding the declaration the classes of
6// the ClassLibrary, ObjectComponents and ObjectWindows
7// NOTE: This header must *NOT* contain guards
8//----------------------------------------------------------------------------
9
10#if !defined(__GNUC__) // eliminate warning
11#pragma nopackwarning
12#endif
13
14#if !(defined(lint) || defined(_lint)) && !defined(RC_INVOKED)
15# if defined(_MSC_VER)
16# pragma pack(pop)
17# pragma warning(pop)
18# elif(defined(__BORLANDC__)) //for Win32, Win64 and OSX
19# pragma pack()
20# elif(defined(__GNUC__)) //for Linux and OSX
21# pragma pack(pop)
22# endif
23#endif // ! (defined(lint) || defined(_lint))