summaryrefslogtreecommitdiff
path: root/ACE/tests/OS_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-11 13:26:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-11 13:26:49 +0000
commit6dd6d1ce8cf3005ec2dce5bd00d260df497160ff (patch)
tree75f088d647f97a79a57a107106b0a9b2376f5fbc /ACE/tests/OS_Test.cpp
parent0d556c2a939925e94ad884e65affde8d121e16ac (diff)
downloadATCD-6dd6d1ce8cf3005ec2dce5bd00d260df497160ff.tar.gz
Tue Nov 11 13:26:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/OS_Test.cpp')
-rw-r--r--ACE/tests/OS_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index 86ae5b8bf8d..1c662b55da4 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -106,7 +106,7 @@ rename_test (void)
}
ACE_OS::fclose (f);
-#if defined (ACE_WIN32) && defined (ACE_LACKS_WIN32_MOVEFILEEX)
+#if defined (ACE_WIN32) && defined (ACE_LACKS_WIN32_MOVEFILEEX) || defined (ACE_HAS_WINCE)
// Can't rename if new_file exists already.
ACE_OS::unlink (new_file);
#endif