summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2020-04-17 09:11:57 -0500
committerAdam Mitz <mitza@objectcomputing.com>2020-04-17 09:11:57 -0500
commitf0eeddf26c5a9571d9ebac269bbe5ca9b473740b (patch)
treec40a81bb0e59c7e3afba8e615cba92c0776e1f49 /ACE/examples/Reactor
parente8b8245004ddf3874ab2079c4feddf70fe7a5be8 (diff)
downloadATCD-f0eeddf26c5a9571d9ebac269bbe5ca9b473740b.tar.gz
Windows API usage updates from #1069
Diffstat (limited to 'ACE/examples/Reactor')
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/APC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/APC.cpp b/ACE/examples/Reactor/WFMO_Reactor/APC.cpp
index 8fb78608531..bb2000fa963 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/APC.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/APC.cpp
@@ -13,7 +13,7 @@
#include "ace/OS_main.h"
-#if defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)
+#if defined (ACE_WIN32) && !defined (ACE_HAS_WINCE) && _WIN32_WINNT >= 0x400
#include "ace/Reactor.h"
#include "ace/Auto_Event.h"