summaryrefslogtreecommitdiff
path: root/ACE/tests/Reactor_Registration_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-10-09 22:09:16 +0000
committerSteve Huston <shuston@riverace.com>2007-10-09 22:09:16 +0000
commite78d3c76f4462b24faa05b6a286f38b68f360d2b (patch)
treeb44554b5d21115478042d1314e2e8228be41ad75 /ACE/tests/Reactor_Registration_Test.cpp
parent010daa7ab8c816f698e1d4cf0ccea5e6577e7df3 (diff)
downloadATCD-e78d3c76f4462b24faa05b6a286f38b68f360d2b.tar.gz
ChangeLogTag:Tue Oct 9 23:33:27 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/Reactor_Registration_Test.cpp')
-rw-r--r--ACE/tests/Reactor_Registration_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Reactor_Registration_Test.cpp b/ACE/tests/Reactor_Registration_Test.cpp
index d4ee32df593..2e3aaf08cb9 100644
--- a/ACE/tests/Reactor_Registration_Test.cpp
+++ b/ACE/tests/Reactor_Registration_Test.cpp
@@ -191,7 +191,7 @@ run_main (int, ACE_TCHAR *[])
// The ACE_WFMO_Reactor stuff needs Winsock2
#if defined (ACE_WIN32) && \
- (defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 == 0))
+ (defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0))
iteration = 1;
ACE_WFMO_Reactor wfmo_reactor;
test (wfmo_reactor, "ACE_WFMO_Reactor");