Skip to content

Commit 7000372

Browse files
committed
Add ffi::c_void on Windows.
1 parent 65295b2 commit 7000372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#[cfg(windows)]
55
#[cfg(feature = "std")]
66
pub use std::os::raw::{
7-
c_char, c_int, c_long, c_longlong, c_short, c_uint, c_ulong, c_ulonglong, c_ushort,
7+
c_char, c_int, c_long, c_longlong, c_short, c_uint, c_ulong, c_ulonglong, c_ushort, c_void,
88
};
99
#[cfg(not(windows))]
1010
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)