summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_Scatter_Gather_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Proactor_Scatter_Gather_Test.cpp')
-rw-r--r--ACE/tests/Proactor_Scatter_Gather_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Proactor_Scatter_Gather_Test.cpp b/ACE/tests/Proactor_Scatter_Gather_Test.cpp
index a3cbb335a34..acc7e11c5b7 100644
--- a/ACE/tests/Proactor_Scatter_Gather_Test.cpp
+++ b/ACE/tests/Proactor_Scatter_Gather_Test.cpp
@@ -28,7 +28,7 @@
#include "test_config.h"
-#if ((defined (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0)) && !defined (ACE_HAS_WINCE))
+#if defined (ACE_HAS_WIN32_OVERLAPPED_IO)
// This currently only works on Win32 platforms (NT SP2 and above).
// Support for Unix platforms supporting POSIX aio calls should be added in future.
@@ -1482,4 +1482,4 @@ run_main (int, ACE_TCHAR *[])
return 0;
}
-#endif /* (ACE_HAS_WINNT4 && ACE_HAS_WINNT4 != 0) && !ACE_HAS_WINCE) */
+#endif /* ACE_HAS_WIN32_OVERLAPPED_IO */