diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-10 07:33:55 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-10 07:33:55 +0000 |
commit | b1548a69b2dcd0455b198af029b49883d0937abe (patch) | |
tree | cbd17a5dffadf187dae53b850675c7f0567768a6 /tests/Time_Value_Test.cpp | |
parent | 4ea44ac88df971c5a6f2e0ee470ffc618bed9875 (diff) | |
download | ATCD-b1548a69b2dcd0455b198af029b49883d0937abe.tar.gz |
Tests now run OK (most of them) with BCB3
Diffstat (limited to 'tests/Time_Value_Test.cpp')
-rw-r--r-- | tests/Time_Value_Test.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp index 8e1250c44ec..ba0d8be7864 100644 --- a/tests/Time_Value_Test.cpp +++ b/tests/Time_Value_Test.cpp @@ -22,11 +22,6 @@ // Note, for this test the config.h file *must* come first! #include "ace/inc_user_config.h" -#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 -USELIB("..\ace\aced.lib"); -//--------------------------------------------------------------------------- -#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ - // Force test of ACE_U_LongLong class on Solaris, et al. #if defined (ACE_HAS_STHREADS) # include <limits.h> @@ -51,6 +46,11 @@ USELIB("..\ace\aced.lib"); #include "test_config.h" #include "ace/ACE.h" +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +USELIB("..\ace\aced.lib"); +//--------------------------------------------------------------------------- +#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ + #if defined (ACE_HAS_STHREADS) static u_long |