summaryrefslogtreecommitdiff
path: root/ACE/examples/DLL/test_dll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/DLL/test_dll.cpp')
-rw-r--r--ACE/examples/DLL/test_dll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/DLL/test_dll.cpp b/ACE/examples/DLL/test_dll.cpp
index 49f385aff98..2831592a0ce 100644
--- a/ACE/examples/DLL/test_dll.cpp
+++ b/ACE/examples/DLL/test_dll.cpp
@@ -20,7 +20,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_DLL dll;
- int retval = dll.open (ACE_TEXT("./") ACE_DLL_PREFIX ACE_TEXT("DLL_Today"));
+ int retval = dll.open (ACE_DLL_PREFIX ACE_TEXT("DLL_Today"));
if (retval != 0)
ACE_ERROR_RETURN ((LM_ERROR,