mirror of
https://github.com/boostorg/process.git
synced 2026-02-01 08:42:15 +00:00
windows fixes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user