summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdio.inl
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-04-09 12:35:18 +0000
committermsmit <msmit@remedy.nl>2009-04-09 12:35:18 +0000
commit96c892035b76fa1257e720d1ed9fecbc44e0e818 (patch)
tree959203bf04e2ec1f82e21fe011c20c870668bede /ACE/ace/OS_NS_stdio.inl
parentffc43c818902e16263fad3c5bd0162a1258b9290 (diff)
downloadATCD-96c892035b76fa1257e720d1ed9fecbc44e0e818.tar.gz
Thu Apr 9 12:34:41 UTC 2009 Marcel Smit <msmit@remedy.nl>
* ace/OS_NS_stdio.inl: Reverted renaming of ACE_HAS_NONCONST_WFDOPEN define
Diffstat (limited to 'ACE/ace/OS_NS_stdio.inl')
-rw-r--r--ACE/ace/OS_NS_stdio.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_stdio.inl b/ACE/ace/OS_NS_stdio.inl
index dd2a4241d1c..26c137e9d10 100644
--- a/ACE/ace/OS_NS_stdio.inl
+++ b/ACE/ace/OS_NS_stdio.inl
@@ -498,7 +498,7 @@ ACE_OS::fdopen (ACE_HANDLE handle, const ACE_TCHAR *mode)
{
ACE_OS_TRACE ("ACE_OS::fdopen");
#if defined (ACE_HAS_WINCE)
-# if defined (ACE_HAS_CONST_WFDOPEN)
+# if defined (ACE_HAS_NONCONST_WFDOPEN)
ACE_OSCALL_RETURN (::_wfdopen ((int)handle, const_cast <ACE_TCHAR*> (ACE_TEXT_ALWAYS_WCHAR (mode))),
FILE*,
0);