home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / vclmax.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  434b  |  18 lines

  1. //---------------------------------------------------------------------
  2. // vclmax.h - includes all vcl hdr files
  3. //
  4. // $Revision:   1.4  $
  5. // Copyright (c) 1997, 1999 Borland International
  6. //-------------------------------------------------------------------------
  7. #ifndef VCLMAX_H
  8. #define VCLMAX_H
  9.  
  10. #define INC_VCLDB_HEADERS
  11. #define INC_VCLEXT_HEADERS
  12. #define INC_ATL_HEADERS
  13.  
  14. #include <vcl0.h>
  15.  
  16. #endif // VCLMAX_H
  17.  
  18.