| commit | 59b5ba1f1433a89865f52e2cbaa231a0f7ad1940 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Fri Apr 10 11:32:19 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Fri Apr 10 11:36:08 2020 -0700 |
| tree | 826ab528a496a3b6586eb8d3d6e19969738d45d0 | |
| parent | b8a6fb27559bf27c80e0a9f1ab899f8545002d8b [diff] [blame] |
Include BaseTsd.h to get SSIZE_T
diff --git a/gen/write.rs b/gen/write.rs index 9d6ef6e..d80e957 100644 --- a/gen/write.rs +++ b/gen/write.rs
@@ -126,6 +126,7 @@ needs_rust_fn = true; } ty if ty == Isize => { + out.include.base_tsd = true; needs_rust_isize = true; } ty if ty == RustString => {