summaryrefslogtreecommitdiff
path: root/ACE/ace/config-cygwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-cygwin32.h')
-rw-r--r--ACE/ace/config-cygwin32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/config-cygwin32.h b/ACE/ace/config-cygwin32.h
index 773336abe7d..04b9e079d51 100644
--- a/ACE/ace/config-cygwin32.h
+++ b/ACE/ace/config-cygwin32.h
@@ -160,11 +160,11 @@
#define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R
// Cygwin DLL suffix is .dll
-#define ACE_DLL_SUFFIX ACE_LIB_TEXT (".dll")
+#define ACE_DLL_SUFFIX ACE_TEXT (".dll")
// Cygwin runs on Windows, so we have to get the environment variable PATH and
// not LD_LIBRARY_PATH which is the default in ACE
-#define ACE_LD_SEARCH_PATH ACE_LIB_TEXT ("PATH")
+#define ACE_LD_SEARCH_PATH ACE_TEXT ("PATH")
#if ACE_MT_SAFE
// Yes, we do have threads.