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

  1. //-------------------------------------------------------------------------
  2. // vclmin.h - includes min hdr files needed for a blank form and a button
  3. //
  4. // $Revision:   1.3  $
  5. // Copyright (c) 1997, 1998 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.