summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-02 05:00:39 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-02 05:00:39 +0000
commitd2eeaa60fe718958245194b99f964e37fa8bed60 (patch)
treeb47e0065f47818025185bed8bdd3b51c25e2ffbf /tests/DLL_Test.cpp
parentdf3dec84dbd2f27b592100c1d7a81ba29717cfb8 (diff)
downloadATCD-d2eeaa60fe718958245194b99f964e37fa8bed60.tar.gz
Defined ACE_HAS_SVR4_DYNAMIC_LINKING as a protection to prohibit users form running this
test individually.
Diffstat (limited to 'tests/DLL_Test.cpp')
-rw-r--r--tests/DLL_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/DLL_Test.cpp b/tests/DLL_Test.cpp
index 273a2e7a833..2db4e3213ff 100644
--- a/tests/DLL_Test.cpp
+++ b/tests/DLL_Test.cpp
@@ -17,6 +17,7 @@
// ============================================================================
#define ACE_BUILD_SVC_DLL
+#define ACE_HAS_SVR4_DYNAMIC_LINKING
#include "test_config.h"
#include "ace/DLL.h"