summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 18:59:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 18:59:01 +0000
commit906062a36a88f6673dca46b41494eeaf3bee716b (patch)
treeabb24b21570066b516308f2f97ecb71ea5eae843 /tests/DLL_Test.cpp
parent374469ff3a986fd234b39f41f8707df2f40facb8 (diff)
downloadATCD-906062a36a88f6673dca46b41494eeaf3bee716b.tar.gz
ChangeLogTag: Tue Jun 20 18:55:12 UTC 2006 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'tests/DLL_Test.cpp')
-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 568c8c9abc4..f699d6740d4 100644
--- a/tests/DLL_Test.cpp
+++ b/tests/DLL_Test.cpp
@@ -33,7 +33,7 @@ ACE_RCSID(tests, DLL_Test, "$Id$")
# define OBJ_SUFFIX ACE_DLL_SUFFIX
#endif /* ACE_WIN32 && && _MSC_VER && _DEBUG */
-#if defined (ACE_WIN32)
+#if defined (ACE_WIN32) || defined (ACE_OPENVMS)
# define OBJ_PREFIX ACE_DLL_PREFIX
#else
# define OBJ_PREFIX ACE_TEXT("./") ACE_DLL_PREFIX