mirror of
https://github.com/encounter/lzokay-rs.git
synced 2025-10-18 07:05:12 +00:00
Define c_ulonglong
This commit is contained in:
parent
c1d28b9ab7
commit
e81a6d439b
@ -63,6 +63,7 @@ mod bindings {
|
||||
pub type c_uint = u32;
|
||||
pub type c_int = i32;
|
||||
pub type c_ulong = usize;
|
||||
pub type c_ulonglong = usize;
|
||||
}
|
||||
#[cfg(feature = "std")]
|
||||
mod types {
|
||||
@ -71,6 +72,7 @@ mod bindings {
|
||||
pub type c_uint = ::std::os::raw::c_uint;
|
||||
pub type c_int = ::std::os::raw::c_int;
|
||||
pub type c_ulong = usize;
|
||||
pub type c_ulonglong = usize;
|
||||
}
|
||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user