summaryrefslogtreecommitdiff
path: root/ACE/tests/MT_Reactor_Upcall_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/MT_Reactor_Upcall_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/MT_Reactor_Upcall_Test.cpp')
-rw-r--r--ACE/tests/MT_Reactor_Upcall_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/MT_Reactor_Upcall_Test.cpp b/ACE/tests/MT_Reactor_Upcall_Test.cpp
index bfe80baf650..e446707dbdc 100644
--- a/ACE/tests/MT_Reactor_Upcall_Test.cpp
+++ b/ACE/tests/MT_Reactor_Upcall_Test.cpp
@@ -359,7 +359,7 @@ run_main (int argc, ACE_TCHAR *argv[])
#endif /* ACE_HAS_EVENT_POLL */
#if defined (ACE_WIN32) && \
- (defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 == 0))
+ (defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0))
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Testing WFMO Reactor\n")));