summaryrefslogtreecommitdiff
path: root/ace/Msg_WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-17 19:11:02 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-17 19:11:02 +0000
commit732e7b84246ed180f71b614395d0c9273747b32c (patch)
tree1f6d3f13c1fd73b09dd50e4e1283ed1e9c55bd69 /ace/Msg_WFMO_Reactor.cpp
parent08e61e5524ff4d1e81de0984be9ea7dc15162e63 (diff)
downloadATCD-732e7b84246ed180f71b614395d0c9273747b32c.tar.gz
ChangeLogTag:Wed May 17 12:03:41 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Msg_WFMO_Reactor.cpp')
-rw-r--r--ace/Msg_WFMO_Reactor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Msg_WFMO_Reactor.cpp b/ace/Msg_WFMO_Reactor.cpp
index 60f48c514c6..ded0e200926 100644
--- a/ace/Msg_WFMO_Reactor.cpp
+++ b/ace/Msg_WFMO_Reactor.cpp
@@ -4,7 +4,7 @@
ACE_RCSID(ace, Msg_WFMO_Reactor, "$Id$")
-#if defined (ACE_WIN32) && !defined (ACE_HAS_PHARLAP)
+#if defined (ACE_WIN32) && !defined (ACE_LACKS_MSG_WFMO)
#if !defined (__ACE_INLINE__)
#include "ace/Msg_WFMO_Reactor.i"
@@ -87,4 +87,4 @@ ACE_Msg_WFMO_Reactor::poll_remaining_handles (size_t slot)
QS_ALLINPUT);
}
-#endif /* ACE_WIN32 && !ACE_HAS_PHARLAP*/
+#endif /* ACE_WIN32 && !ACE_LACKS_MSG_WFMO */