mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Implement process launching on Windows to support macros. Prefer to use the LLVM types wherever possible. The pipes are converted into file descriptors as the types are internal to the process. This allows us to have similar paths on both sides and avoid having to drag in `Windows.h` for the definition of `HANDLE`. This is the core missing functionality for Windows to support macros.
8.8 KiB
8.8 KiB