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
..
2022-03-10 10:23:40 -05:00
2022-05-09 11:12:32 +02:00
2022-03-10 10:23:40 -05:00
2021-11-20 10:14:03 +01:00
2021-10-25 22:44:41 -05:00
2022-05-11 00:09:34 +09: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-05-15 18:41:27 +02:00
2022-04-17 01:23:46 -04:00
2022-04-15 20:50:43 +02:00
2022-03-23 05:33:44 +00:00
2022-05-09 04:47:30 +00:00
2022-05-15 21:15:45 +08:00
2022-05-09 11:12:32 +02:00
2022-05-09 04:47:30 +00:00
2022-03-10 10:23:40 -05:00
2022-05-04 13:43:33 +02:00
2022-04-14 01:33:13 -04:00
2022-03-29 20:18:27 -04:00
2022-05-09 04:47:30 +00:00
2022-05-09 04:47:30 +00:00
2022-05-09 18:45:35 +02:00
2022-05-09 18:45:35 +02:00
2022-05-09 04:47:30 +00:00
2022-03-19 02:02:02 +01:00
2021-10-10 02:44:26 -04:00
2022-05-11 00:09:34 +09:00
2022-05-01 20:28:10 +00:00
2022-02-02 13:46:42 -05:00
2022-04-06 16:33:53 +02:00
2022-05-08 22:15:26 +08:00
2022-03-31 18:50:14 +09:00
2022-05-13 18:29:13 +00:00
2022-01-28 12:53:36 -08:00
2022-03-27 21:01:28 -07:00