home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / Vcl / VCLMAX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  434 b   |  18 lines

  1. //---------------------------------------------------------------------
  2. // vclmax.h - includes all vcl hdr files
  3. //
  4. // $Revision:   1.3  $
  5. // Copyright (c) 1997, 1998 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.