summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_unistd.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-22 23:27:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-22 23:27:48 +0000
commitf091c77f8828062384e1843c00aa9a2d0d38fe96 (patch)
tree4e0f694b5722686bc100004ef4fb82be80f2e2cd /ACE/ace/OS_NS_unistd.inl
parent78ad1970d971bb9fb3627196e49111cf3689359d (diff)
downloadATCD-f091c77f8828062384e1843c00aa9a2d0d38fe96.tar.gz
Mon Sep 22 23:18:36 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_unistd.inl')
-rw-r--r--ACE/ace/OS_NS_unistd.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_unistd.inl b/ACE/ace/OS_NS_unistd.inl
index fbd052cc651..7abf873fd84 100644
--- a/ACE/ace/OS_NS_unistd.inl
+++ b/ACE/ace/OS_NS_unistd.inl
@@ -151,7 +151,7 @@ ACE_INLINE int
ACE_OS::rmdir (const char *path)
{
#if defined (ACE_HAS_WINCE)
- ACE_WIN32CALL_RETURN (ACE_ADAPT_RETVAL (::RemoveDirectoryA (path),
+ ACE_WIN32CALL_RETURN (ACE_ADAPT_RETVAL (::RemoveDirectory (ACE_TEXT_CHAR_TO_TCHAR(path)),
ace_result_),
int, -1);
#else