summaryrefslogtreecommitdiff
path: root/boost/process/detail/windows/group_handle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/process/detail/windows/group_handle.hpp')
-rw-r--r--boost/process/detail/windows/group_handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/process/detail/windows/group_handle.hpp b/boost/process/detail/windows/group_handle.hpp
index 5025c0d245..42b0a9280d 100644
--- a/boost/process/detail/windows/group_handle.hpp
+++ b/boost/process/detail/windows/group_handle.hpp
@@ -103,7 +103,7 @@ struct group_handle
}
- group_handle() : group_handle(::boost::winapi::CreateJobObjectA(nullptr, nullptr))
+ group_handle() : group_handle(::boost::winapi::CreateJobObjectW(nullptr, nullptr))
{
}