summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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