home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / OWLPCH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  420 b   |  9 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include\owl\owlpch.h
  4. //   Include for Owl, gets owlcore.h when precompiled headers are enabled.
  5. //----------------------------------------------------------------------------
  6. #if defined(_OWLPCH) && !defined(__OWL_OWLCORE_H)
  7. #  include "owl\owlcore.h"
  8. #endif
  9.