summaryrefslogtreecommitdiff
path: root/ace/config-win32-borland.h
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-10 13:22:39 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-10 13:22:39 +0000
commit4006dcf6502524603cf52bf89631253562a1c3f9 (patch)
tree0e72e6be3191260bea24b3884b389b34c443d4b4 /ace/config-win32-borland.h
parent883a62f4bf0f5376df57e9d774eec605df92b41a (diff)
downloadATCD-4006dcf6502524603cf52bf89631253562a1c3f9.tar.gz
ChangeLogTag:Sat Feb 10 07:19:37 2001 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'ace/config-win32-borland.h')
-rw-r--r--ace/config-win32-borland.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index d2b04bd2712..6f0b49a31ab 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -25,6 +25,13 @@
# define WIN32 1
# endif
+// When building a VCL application, the main VCL header file should be
+// included before anything else. You can define ACE_HAS_VCL=1 in your
+// project settings to have this file included for you automatically.
+# if defined (ACE_HAS_VCL) && (ACE_HAS_VCL != 0)
+# include <vcl.h>
+# endif
+
# include "ace/config-win32-common.h"
# define ACE_CC_NAME ACE_LIB_TEXT ("Borland C++ Builder")