summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-17 08:37:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-17 08:37:37 +0000
commit1af68c76116162ebd71fbaaaea619add4a797a87 (patch)
treef4218a39b512dbfa788ad034f31a2e56f7a7f3ab /ACE/tests/DLL_Test.cpp
parent0ec9f1efdc3c7491ae13a0f143cff69930f2d95f (diff)
downloadATCD-1af68c76116162ebd71fbaaaea619add4a797a87.tar.gz
Mon Nov 17 08:37:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/DLL_Test.cpp')
-rw-r--r--ACE/tests/DLL_Test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/tests/DLL_Test.cpp b/ACE/tests/DLL_Test.cpp
index 3065884ff8a..ccca35e9416 100644
--- a/ACE/tests/DLL_Test.cpp
+++ b/ACE/tests/DLL_Test.cpp
@@ -25,13 +25,11 @@
ACE_RCSID(tests, DLL_Test, "$Id$")
-#if defined (ACE_WIN32) && defined (_MSC_VER) && defined (_DEBUG)
-# define OBJ_SUFFIX ACE_TEXT ("d") ACE_DLL_SUFFIX
-#elif defined (ACE_LD_DECORATOR_STR)
+#if defined (ACE_LD_DECORATOR_STR)
# define OBJ_SUFFIX ACE_LD_DECORATOR_STR ACE_DLL_SUFFIX
#else
# define OBJ_SUFFIX ACE_DLL_SUFFIX
-#endif /* ACE_WIN32 && && _MSC_VER && _DEBUG */
+#endif /* ACE_LD_DECORATOR_STR */
#if defined (ACE_WIN32) || defined (ACE_OPENVMS)
# define OBJ_PREFIX ACE_DLL_PREFIX