diff --git a/src/cty/mod.rs b/src/cty/mod.rs index 5d4a4b3..fd0889a 100644 --- a/src/cty/mod.rs +++ b/src/cty/mod.rs @@ -1,9 +1,7 @@ - /// A `cty` implementation that always assumes `target_os = "windows"`. /// Forked from `::core::ffi` pub type c_void = ::core::ffi::c_void; - pub type c_char = i8; // Windows specific pub type c_schar = i8; pub type c_uchar = u8;