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
owlvcl.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectWindows
3// Copyright (c) 1998 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(OWL_OWLVCL_H)
10#define OWL_OWLVCL_H
11
12#ifndef STRICT
13#define STRICT
14#endif
15
16// NO_WIN32_LEAN_AND_MEAN is needed so <vcl.h> will include
17// all of <windows.h> as OWL expects.
18#define NO_WIN32_LEAN_AND_MEAN
19
20// This addresses ambiguity problems in VCL headers if _OWLALLPCH
21// is defined, but is something of a sledgehammer.
22#if defined(_OWLALLPCH)
23# define INC_ALLVCL_HEADERS
24#endif
25
26#include <vcl.h>
27
28#endif