summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_File_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_File_Test.cpp')
-rw-r--r--ACE/tests/CDR_File_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/tests/CDR_File_Test.cpp b/ACE/tests/CDR_File_Test.cpp
index 92f92631073..ec837123c5d 100644
--- a/ACE/tests/CDR_File_Test.cpp
+++ b/ACE/tests/CDR_File_Test.cpp
@@ -406,7 +406,9 @@ run_main (int argc, ACE_TCHAR *argv[])
filename.get_path_name ()),
1);
-#if !defined (VXWORKS)
+#if (!defined (ACE_WIN32) \
+ || (defined (ACE_HAS_WINNT4) && ACE_HAS_WINNT4 == 1)) && \
+ !defined (VXWORKS)
# define TEST_CAN_UNLINK_IN_ADVANCE
#endif