Fix win64 regression introduced by #15773
Signed-off-by: Peter Atashian <retep998@gmail.com>
This commit is contained in:
parent
5419b2ca2c
commit
0061b36a77
@ -397,7 +397,7 @@ pub mod eabi {
|
||||
#[cfg(windows, target_arch = "x86_64", not(test))]
|
||||
#[doc(hidden)]
|
||||
#[allow(visible_private_types)]
|
||||
#[allow(non_camel_case_types)]
|
||||
#[allow(non_camel_case_types, non_snake_case)]
|
||||
pub mod eabi {
|
||||
use libunwind as uw;
|
||||
use libc::{c_void, c_int};
|
||||
|
Loading…
x
Reference in New Issue
Block a user