summaryrefslogtreecommitdiff
path: root/ace/Parse_Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Parse_Node.cpp')
-rw-r--r--ace/Parse_Node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Parse_Node.cpp b/ace/Parse_Node.cpp
index 7a2b9b32a15..841f13da081 100644
--- a/ace/Parse_Node.cpp
+++ b/ace/Parse_Node.cpp
@@ -270,7 +270,7 @@ ACE_Static_Node::record (void) const
ACE_Service_Type *sr;
if (ACE_Service_Repository::instance()->find
- (ACE_WIDE_STRING (this->name ()), (const ACE_Service_Type **) &sr) == -1)
+ (ASYS_WIDE_STRING (this->name ()), (const ACE_Service_Type **) &sr) == -1)
return 0;
else
return sr;
@@ -375,7 +375,7 @@ ACE_Location_Node::open_handle (void)
// Transform the pathname into the appropriate dynamic link library
// by searching the ACE_LD_SEARCH_PATH.
- ACE::ldfind (ACE_WIDE_STRING (this->pathname ()),
+ ACE::ldfind (ASYS_WIDE_STRING (this->pathname ()),
dl_pathname,
(sizeof dl_pathname / sizeof (ASYS_TCHAR)));