1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/pty
Wez Furlong 019de77fcf pty: fix weird cross-compile issue
For some reason, winapi's HANDLE type isn't compatible with the core
rust ffi HANDLE type when cross compiling.

This commit adds some casts.

```
cd pty
cargo build --release --target x86_64-pc-windows-msvc
```

refs: #1389
2021-12-12 09:46:17 -07:00
..
examples pty: update async example for more recent smol release 2020-10-03 11:15:57 -07:00
src pty: fix weird cross-compile issue 2021-12-12 09:46:17 -07:00
Cargo.toml pty: introduce ChildKiller trait 2021-12-11 08:40:26 -07:00