Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:boostorg/process into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed May 18, 2019
2 parents fa81cec + d13df2a commit 0a554c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/process/detail/windows/wait_group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inline bool wait_impl(const group_handle & p, std::error_code & ec, std::chrono:

while (workaround::get_queued_completion_status(
p._io_port, &completion_code,
&completion_key, &overlapped, wait_time))
&completion_key, &overlapped, static_cast<::boost::winapi::DWORD_>(wait_time)))
{
if (reinterpret_cast<::boost::winapi::HANDLE_>(completion_key) == p._job_object &&
completion_code == workaround::JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO_)
Expand Down

0 comments on commit 0a554c9

Please sign in to comment.