OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pch.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
4//
5// Include for ObjectWindows, gets owlcore.h or owlall.h when precompiled
6// headers are enabled.
7//----------------------------------------------------------------------------
8
9#if defined(_OWLVCLPCH)
10#include <owl/owlvcl.h>
11#endif
12
13#if defined(_OWLALLPCH)
14#include <owl/owlall.h>
15#elif defined(_OWLPCH)
16#include <owl/owlcore.h>
17#endif
Super include for getting all of ObjectWindows.