summaryrefslogtreecommitdiff
path: root/ACE/tests/Svc_Handler_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Svc_Handler_Test.cpp')
-rw-r--r--ACE/tests/Svc_Handler_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/tests/Svc_Handler_Test.cpp b/ACE/tests/Svc_Handler_Test.cpp
index 09393447ba2..c36d8483e08 100644
--- a/ACE/tests/Svc_Handler_Test.cpp
+++ b/ACE/tests/Svc_Handler_Test.cpp
@@ -101,7 +101,9 @@ run_main (int argc, ACE_TCHAR *argv[])
file.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