Files
rust/library/std/src
Dylan DPC d56c59efdc Rollup merge of #97060 - bdbai:fix/uwphandle, r=ChrisDenton
Fix use of SetHandleInformation on UWP

The use of `SetHandleInformation` (introduced in #96441 to make `HANDLE` inheritable) breaks UWP builds because it is not available for UWP targets.

Proposed workaround: duplicate the `HANDLE` with `inherit = true` and immediately close the old one. Traditional Windows Desktop programs are not affected.

cc `@ChrisDenton`
2022-05-15 18:41:27 +02:00
..
2021-10-25 22:44:41 -05:00
2022-04-07 08:51:59 +01:00
2022-05-09 11:12:32 +02:00
2022-05-09 11:12:32 +02:00
2022-04-17 01:23:46 -04:00
2022-03-23 05:33:44 +00:00
2022-04-14 01:33:13 -04:00
2022-05-08 22:15:26 +08:00