home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
OWLINC.PAK
/
OWLPCH.H
< prev
next >
Wrap
Text File
|
1995-08-29
|
516b
|
13 lines
//----------------------------------------------------------------------------
// ObjectWindows
// (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
//
// Include for Owl, gets owlcore.h or owlall.h when precompiled headers are
// enabled.
//----------------------------------------------------------------------------
#if defined(_OWLALLPCH) && !defined(OWL_OWLALL_H)
# include <owl/owlall.h>
#elif defined(_OWLPCH) && !defined(OWL_OWLCORE_H)
# include <owl/owlcore.h>
#endif