home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
OCFINC.PAK
/
OCFPCH.H
< prev
next >
Wrap
Text File
|
1995-08-29
|
731b
|
28 lines
//
//----------------------------------------------------------------------------
// ObjectComponents
// (C) Copyright 1994 by Borland International, All Rights Reserved
//
// Include for OC, gets common headers when precompiled headers are
// enabled.
//----------------------------------------------------------------------------
#if !defined(OCF_OCFPCH_H)
#define OCF_OCFPCH_H
#if defined(_OCFPCH)
# include <ocf/ocdefs.h>
# include <ocf/autodefs.h>
# include <ocf/automacr.h>
# include <ocf/ocobject.h>
# include <ocf/ocstorag.h>
# include <ocf/ocreg.h>
# include <ocf/ocapp.h>
# include <ocf/ocdoc.h>
# include <ocf/ocpart.h>
# include <ocf/ocview.h>
# include <ocf/ocremvie.h>
#endif
#endif