diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-08 08:00:12 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-08 08:00:12 +0000 |
commit | 96812ab4d21b9bbf554a057072d4a78293357e14 (patch) | |
tree | e71232d934123b28a8ad06d33681fe7ddecf680f /tests/Priority_Buffer_Test.cpp | |
parent | 508416440ec69e510b6bfe23a15e762d9e6be3b4 (diff) | |
download | ATCD-96812ab4d21b9bbf554a057072d4a78293357e14.tar.gz |
Added initial support for Borland C++ Builder
Diffstat (limited to 'tests/Priority_Buffer_Test.cpp')
-rw-r--r-- | tests/Priority_Buffer_Test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp index f1b4b71b62b..2e33b01f970 100644 --- a/tests/Priority_Buffer_Test.cpp +++ b/tests/Priority_Buffer_Test.cpp @@ -23,6 +23,11 @@ #include "ace/Thread_Manager.h" #include "test_config.h" +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +USELIB("..\ace\aced.lib"); +//--------------------------------------------------------------------------- +#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ + #if defined (ACE_HAS_THREADS) // Global message count. |