diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-06 13:42:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-06 13:42:44 +0000 |
commit | b98512fa8b3158cec868f5d2fdd3035ec8c5a09e (patch) | |
tree | fdee95cd710d01b2fc18e2feffefb778476deb57 /tests/Malloc_Test.cpp | |
parent | db6d98b94173dd780e99037ed8b3a65f022c1ef8 (diff) | |
download | ATCD-b98512fa8b3158cec868f5d2fdd3035ec8c5a09e.tar.gz |
ChangeLogTag:Wed Oct 6 08:36:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/Malloc_Test.cpp')
-rw-r--r-- | tests/Malloc_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Malloc_Test.cpp b/tests/Malloc_Test.cpp index ead1f26e7b6..19aa4f746e0 100644 --- a/tests/Malloc_Test.cpp +++ b/tests/Malloc_Test.cpp @@ -29,7 +29,7 @@ USELIB("..\ace\aced.lib"); //--------------------------------------------------------------------------- #endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ -#if !defined (ACE_LACKS_FORK) || defined (ACE_WIN32) +#if !defined (__Lynx__) || !defined (ACE_LACKS_FORK) || defined (ACE_WIN32) typedef ACE_Malloc<ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex> MALLOC; @@ -288,4 +288,4 @@ main (int, ASYS_TCHAR *[]) ACE_END_TEST; return 0; } -#endif /* !defined (ACE_LACKS_FORK) || defined (ACE_WIN32) */ +#endif /* !defined (__Lynx__) || !defined (ACE_LACKS_FORK) || defined (ACE_WIN32) */ |