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 >
Wrap
C/C++ Source or Header
|
2000-02-01
|
518b
|
19 lines
//-------------------------------------------------------------------------
// vclmin.h - includes min hdr files needed for a blank form and a button
//
// $Revision: 1.4 $
// Copyright (c) 1997, 1999 Borland International
//-------------------------------------------------------------------------
#ifndef VCLMIN_H
#define VCLMIN_H
// Instruct VCL.H to not include Database related headers
//
#if !defined(NO_VCLDB_HEADERS)
#define NO_VCLDB_HEADERS
#endif
#include <vcl0.h>
#endif // VCLMIN_H