summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-02 05:25:20 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-02 05:25:20 +0000
commitd96232faaeab3623867ad19f5213d34e856a8b2a (patch)
treefe3171c3e1c47194b72afefffe0ea93d6e79bd98 /tests
parentac914177733dbed5c2f5e636adf35af49980cc2d (diff)
downloadATCD-d96232faaeab3623867ad19f5213d34e856a8b2a.tar.gz
Added the ACE_HAS_SVR4_DYNAMIC_LINKING directive only for Win32
Diffstat (limited to 'tests')
-rw-r--r--tests/DLL_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DLL_Test.cpp b/tests/DLL_Test.cpp
index 2db4e3213ff..c612a4a1395 100644
--- a/tests/DLL_Test.cpp
+++ b/tests/DLL_Test.cpp
@@ -17,7 +17,6 @@
// ============================================================================
#define ACE_BUILD_SVC_DLL
-#define ACE_HAS_SVR4_DYNAMIC_LINKING
#include "test_config.h"
#include "ace/DLL.h"
@@ -41,6 +40,7 @@ USELIB("..\ace\aced.lib");
// symbols dynamically at runtime.
#if defined (ACE_WIN32)
+#define ACE_HAS_SVR4_DYNAMIC_LINKING
# define OBJ_SUFFIX ".exe"
# define OBJ_PREFIX ""
#else