diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-29 13:58:15 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-29 13:58:15 +0000 |
commit | 427f8402bacadd26ce75ebc487dc050c43111fd2 (patch) | |
tree | b9a0a1ee469a80b76b26df9e1a3cc3bd10a3a647 /performance-tests | |
parent | 4f3addd86f8cd2dda1a84eec961a26773962015b (diff) | |
download | ATCD-427f8402bacadd26ce75ebc487dc050c43111fd2.tar.gz |
ChangeLogTag: Sun Feb 29 13:57:15 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h b/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h index 60cf50aed9d..e4e6be63334 100644 --- a/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h +++ b/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h @@ -9,6 +9,10 @@ #include "ace/config-all.h" +#if defined (ACE_AS_STATIC_LIBS) && !defined (SYNCHLIB_HAS_DLL) +# define SYNCHLIB_HAS_DLL 0 +#endif /* ACE_AS_STATIC_LIBS && ! TEST_HAS_DLL */ + #if !defined (SYNCHLIB_HAS_DLL) #define SYNCHLIB_HAS_DLL 1 #endif /* !SYNCHLIB_HAS_DLL */ @@ -32,5 +36,5 @@ #endif /* SYNCHLIB_HAS_DLL */ #endif /* SYNCHLIB_EXPORT_H */ - // End of auto generated file. + |