home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / ocfinc.pak / OCFPCH.H < prev    next >
Text File  |  1997-07-23  |  731b  |  28 lines

  1. //
  2. //----------------------------------------------------------------------------
  3. // ObjectComponents
  4. // (C) Copyright 1994 by Borland International, All Rights Reserved
  5. //
  6. //   Include for OC, gets common headers when precompiled headers are
  7. //   enabled.
  8. //----------------------------------------------------------------------------
  9. #if !defined(OCF_OCFPCH_H)
  10. #define OCF_OCFPCH_H
  11.  
  12. #if defined(_OCFPCH)
  13. # include <ocf/ocdefs.h>
  14. # include <ocf/autodefs.h>
  15. # include <ocf/automacr.h>
  16. # include <ocf/ocobject.h>
  17. # include <ocf/ocstorag.h>
  18. # include <ocf/ocreg.h>
  19. # include <ocf/ocapp.h>
  20. # include <ocf/ocdoc.h>
  21. # include <ocf/ocpart.h>
  22. # include <ocf/ocview.h>
  23. # include <ocf/ocremvie.h>
  24. #endif
  25.  
  26. #endif
  27.  
  28.