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 | e48607d3e409cba2447fe8dc24ffb98810f96579 (patch) | |
tree | cbd17a5dffadf187dae53b850675c7f0567768a6 /tests/Time_Value_Test.cpp | |
parent | 176b60d72029863ce45ff0998de5078bf5b3c72a (diff) | |
download | ATCD-e48607d3e409cba2447fe8dc24ffb98810f96579.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 |