summaryrefslogtreecommitdiff
path: root/tests/SString_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SString_Test.cpp')
-rw-r--r--tests/SString_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/SString_Test.cpp b/tests/SString_Test.cpp
index dea5cbbfc9d..364db8d187f 100644
--- a/tests/SString_Test.cpp
+++ b/tests/SString_Test.cpp
@@ -21,6 +21,11 @@
#include "test_config.h"
#include "ace/SString.h"
+#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
+USELIB("..\ace\aced.lib");
+//---------------------------------------------------------------------------
+#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
+
int
main (int, ASYS_TCHAR *[])
{