summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_Scatter_Gather_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-01-06 00:13:33 +0000
committerSteve Huston <shuston@riverace.com>2007-01-06 00:13:33 +0000
commita3b7dea69399648c2a7a0153044a4a0ab10109f4 (patch)
tree0d4aa36885e171bacce4f30edfea290e5fbd8140 /ACE/tests/Proactor_Scatter_Gather_Test.cpp
parent2bb628ef1397bc2ff4c26817bb71c338214c35ed (diff)
downloadATCD-a3b7dea69399648c2a7a0153044a4a0ab10109f4.tar.gz
ChangeLogTag:Sat Jan 6 00:06:52 UTC 2007 Steve Huston <shuston@riverace.com>
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 */