summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-20 16:06:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-20 16:06:28 +0000
commitfc01b84f3d334dae21dd5dc0e64171ad71702474 (patch)
tree59323bc3b0312cea3683b2770a2a9d14842b1217 /ACE/ace/WFMO_Reactor.cpp
parent0fde42ab8a29e4e06c13071f77c4b4fe6d302216 (diff)
downloadATCD-fc01b84f3d334dae21dd5dc0e64171ad71702474.tar.gz
Tue Feb 20 16:06:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/WFMO_Reactor.cpp')
-rw-r--r--ACE/ace/WFMO_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/WFMO_Reactor.cpp b/ACE/ace/WFMO_Reactor.cpp
index 29fec88714b..75285669489 100644
--- a/ACE/ace/WFMO_Reactor.cpp
+++ b/ACE/ace/WFMO_Reactor.cpp
@@ -1921,7 +1921,7 @@ ACE_WFMO_Reactor::dispatch_handles (DWORD wait_status)
++number_of_handlers_dispatched)
{
const bool ok = (
-#if ! (defined(__BORLANDC__) && (__BORLANDC__ >= 0x0530)) \
+#if ! defined(__BORLANDC__) \
&& !defined (ghs) \
&& !defined (__MINGW32__) \
&& !(defined (_MSC_VER) && _MSC_VER >= 1300)