summaryrefslogtreecommitdiff
path: root/ace/Global_Macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Global_Macros.h')
-rw-r--r--ace/Global_Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Global_Macros.h b/ace/Global_Macros.h
index 0dce353fa83..2f24a1c3646 100644
--- a/ace/Global_Macros.h
+++ b/ace/Global_Macros.h
@@ -78,7 +78,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# define ACE_ITOA(X) #X
// Create a string of a server address with a "host:port" format.
-# define ACE_SERVER_ADDRESS(H,P) H ACE_TEXT(":") P
+# define ACE_SERVER_ADDRESS(H,P) H ACE_LIB_TEXT(":") P
// A couple useful inline functions for checking whether bits are
// enabled or disabled.