diff options
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r-- | tests/Future_Test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp index 5af6cc97a6f..04b6b12c95a 100644 --- a/tests/Future_Test.cpp +++ b/tests/Future_Test.cpp @@ -27,6 +27,11 @@ #include "ace/Activation_Queue.h" #include "ace/Auto_Ptr.h" +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +USELIB("..\ace\aced.lib"); +//--------------------------------------------------------------------------- +#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ + #if defined (ACE_HAS_THREADS) typedef ACE_Atomic_Op<ACE_Thread_Mutex, int> ATOMIC_INT; |