summaryrefslogtreecommitdiff
path: root/examples/Reactor/WFMO_Reactor/APC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/WFMO_Reactor/APC.cpp')
-rw-r--r--examples/Reactor/WFMO_Reactor/APC.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Reactor/WFMO_Reactor/APC.cpp b/examples/Reactor/WFMO_Reactor/APC.cpp
index 589f191a395..bf42fd1edfa 100644
--- a/examples/Reactor/WFMO_Reactor/APC.cpp
+++ b/examples/Reactor/WFMO_Reactor/APC.cpp
@@ -56,8 +56,7 @@ apc_callback (DWORD)
void
queue_apc (void)
{
- DWORD result = ::QueueUserAPC (ACE_reinterpret_cast (PAPCFUNC,
- &apc_callback),
+ DWORD result = ::QueueUserAPC (reinterpret_cast<PAPCFUNC> (&apc_callback),
// pointer to APC function
::GetCurrentThread (), // handle to the thread
0); // argument for the APC function