summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdio.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-14 09:41:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-14 09:41:52 +0000
commiteaeac78911bded6ecc3af49443b7d0cb54bb503f (patch)
treef09bff7eb4618e00087e5162382dfe41177bbbbb /ACE/ace/OS_NS_stdio.inl
parentb9b0ad8a9428deedd2cb0d3fc40432c15988a758 (diff)
downloadATCD-eaeac78911bded6ecc3af49443b7d0cb54bb503f.tar.gz
Thu Nov 13 09:41:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
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 0d3c18a6738..3c610552f88 100644
--- a/ACE/ace/OS_NS_stdio.inl
+++ b/ACE/ace/OS_NS_stdio.inl
@@ -768,7 +768,7 @@ ACE_OS::perror (const wchar_t *s)
#else
ACE_Wide_To_Ascii n_s (s);
::perror (n_s.char_rep ());
-#endif /* ACE_HAS_WINCE */
+#endif /* ACE_LACKS_PERROR */
}
#endif /* ACE_HAS_WCHAR */