diff options
Diffstat (limited to 'tests/Service_Config_Test.cpp')
-rw-r--r-- | tests/Service_Config_Test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Service_Config_Test.cpp b/tests/Service_Config_Test.cpp index da450625241..e9e25bdef9f 100644 --- a/tests/Service_Config_Test.cpp +++ b/tests/Service_Config_Test.cpp @@ -21,6 +21,11 @@ #include "ace/Object_Manager.h" #include "ace/Service_Config.h" +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +USELIB("..\ace\aced.lib"); +//--------------------------------------------------------------------------- +#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ + static const u_int VARIETIES = 3; static u_int error = 0; |