summaryrefslogtreecommitdiff
path: root/tests/Basic_Types_Test.cpp
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
commit907c9dbc4c4dd6ed06de9bc75537550ee192521c (patch)
treee71232d934123b28a8ad06d33681fe7ddecf680f /tests/Basic_Types_Test.cpp
parente49857037f7f63debb04f3d0ac314bb233dcab75 (diff)
downloadATCD-907c9dbc4c4dd6ed06de9bc75537550ee192521c.tar.gz
Added initial support for Borland C++ Builder
Diffstat (limited to 'tests/Basic_Types_Test.cpp')
-rw-r--r--tests/Basic_Types_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Basic_Types_Test.cpp b/tests/Basic_Types_Test.cpp
index a633ef630b7..a1d12503619 100644
--- a/tests/Basic_Types_Test.cpp
+++ b/tests/Basic_Types_Test.cpp
@@ -20,6 +20,11 @@
#include "ace/Log_Msg.h"
#include "ace/Basic_Types.h"
+#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
+USELIB("..\ace\aced.lib");
+//---------------------------------------------------------------------------
+#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
+
static
u_int
check (const ASYS_TCHAR *message, u_int i, u_int j)