diff options
Diffstat (limited to 'tests/Time_Service_Test.cpp')
-rw-r--r-- | tests/Time_Service_Test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Time_Service_Test.cpp b/tests/Time_Service_Test.cpp index 9942df87506..5b9f0fa2bcd 100644 --- a/tests/Time_Service_Test.cpp +++ b/tests/Time_Service_Test.cpp @@ -24,6 +24,11 @@ #include "test_config.h" #include "ace/Process.h" +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +USELIB("..\ace\aced.lib"); +//--------------------------------------------------------------------------- +#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ + #define APPLICATION \ __TEXT ("..") ACE_DIRECTORY_SEPARATOR_STR \ __TEXT ("netsvcs") ACE_DIRECTORY_SEPARATOR_STR \ |