diff options
Diffstat (limited to 'tests/Priority_Reactor_Test.cpp')
-rw-r--r-- | tests/Priority_Reactor_Test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Priority_Reactor_Test.cpp b/tests/Priority_Reactor_Test.cpp index 64da6d30342..3f361951361 100644 --- a/tests/Priority_Reactor_Test.cpp +++ b/tests/Priority_Reactor_Test.cpp @@ -36,6 +36,11 @@ #include "ace/Priority_Reactor.h" #include "Priority_Reactor_Test.h" +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +USELIB("..\ace\aced.lib"); +//--------------------------------------------------------------------------- +#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ + // The number of children to run, it can be changed using the -c // option. static int opt_nchildren = 10; |