summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdlib.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-10 15:28:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-10 15:28:23 +0000
commit7895877f01db03f31df46c6e9049acd09079da76 (patch)
treee47ab444041c2207f639415078f4a44f288db8ca /ACE/ace/OS_NS_stdlib.h
parentcfcac94dcf5643a91f3627ebdb7abbf53f892948 (diff)
downloadATCD-7895877f01db03f31df46c6e9049acd09079da76.tar.gz
Mon Nov 10 15:28:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_stdlib.h')
-rw-r--r--ACE/ace/OS_NS_stdlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_stdlib.h b/ACE/ace/OS_NS_stdlib.h
index 2dc5d16ec1e..0ff3fea27a2 100644
--- a/ACE/ace/OS_NS_stdlib.h
+++ b/ACE/ace/OS_NS_stdlib.h
@@ -217,7 +217,6 @@ namespace ACE_OS {
extern ACE_Export
void *realloc (void *, size_t);
-#if !defined (ACE_HAS_WINCE)
# if !defined (ACE_LACKS_REALPATH)
ACE_NAMESPACE_INLINE_FUNCTION
# else
@@ -229,7 +228,6 @@ namespace ACE_OS {
ACE_NAMESPACE_INLINE_FUNCTION
wchar_t *realpath (const wchar_t *file_name, wchar_t *resolved_name);
# endif /* ACE_HAS_WCHAR */
-#endif /* ACE_HAS_WINCE */
// exit_hook and set_exit_hook not in spec
/// Function that is called by <ACE_OS::exit>, if non-null.