home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OWLINC.PAK / OWLPCH.H < prev    next >
Text File  |  1995-08-29  |  516b  |  13 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Include for Owl, gets owlcore.h or owlall.h when precompiled headers are
  6. //   enabled.
  7. //----------------------------------------------------------------------------
  8. #if defined(_OWLALLPCH) && !defined(OWL_OWLALL_H)
  9. #  include <owl/owlall.h>
  10. #elif defined(_OWLPCH) && !defined(OWL_OWLCORE_H)
  11. #  include <owl/owlcore.h>
  12. #endif
  13.