2
0
mirror of https://github.com/boostorg/process.git synced 2026-02-01 08:42:15 +00:00

windows fixes.

This commit is contained in:
Klemens Morgenstern
2024-12-20 15:50:28 +08:00
parent 0eb7764d3a
commit ee82377179
4 changed files with 12 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ int main(int argc, char *argv[])
proc.wait();
//end::null[]
}
#if defined(BOOST_POSIX_API)
{
//tag::native_handle[]
asio::io_context ctx;
@@ -56,6 +57,7 @@ int main(int argc, char *argv[])
proc.wait();
//end::native_handle[]
}
#endif
{
//tag::popen[]
asio::io_context ctx;