diff options
Diffstat (limited to 'tests/SOCK_Test.cpp')
-rw-r--r-- | tests/SOCK_Test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/SOCK_Test.cpp b/tests/SOCK_Test.cpp index 2c739466733..04e4286fba6 100644 --- a/tests/SOCK_Test.cpp +++ b/tests/SOCK_Test.cpp @@ -28,6 +28,11 @@ #include "ace/SOCK_Acceptor.h" #include "ace/Handle_Set.h" +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +USELIB("..\ace\aced.lib"); +//--------------------------------------------------------------------------- +#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ + static void * client (void *arg) { |