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

  1. //-------------------------------------------------------------------------
  2. // vclmin.h - includes min hdr files needed for a blank form and a button
  3. //
  4. // $Revision:   1.4  $
  5. // Copyright (c) 1997, 1999 Borland International
  6. //-------------------------------------------------------------------------
  7. #ifndef VCLMIN_H
  8. #define VCLMIN_H
  9.  
  10. // Instruct VCL.H to not include Database related headers
  11. //
  12. #if !defined(NO_VCLDB_HEADERS)
  13. #define NO_VCLDB_HEADERS
  14. #endif
  15.  
  16. #include <vcl0.h>
  17.  
  18. #endif // VCLMIN_H
  19.