|
|
@ -113,8 +113,7 @@ fn main() {
|
|
|
|
// workaround for windows.h
|
|
|
|
// workaround for windows.h
|
|
|
|
// see https://github.com/rust-lang/rust-bindgen/issues/1556
|
|
|
|
// see https://github.com/rust-lang/rust-bindgen/issues/1556
|
|
|
|
if target.contains("windows") {
|
|
|
|
if target.contains("windows") {
|
|
|
|
builder = builder
|
|
|
|
builder = builder.blacklist_type("_?P?IMAGE_TLS_DIRECTORY.*")
|
|
|
|
.blacklist_type("_?P?IMAGE_TLS_DIRECTORY.*")
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
let bindings = builder
|
|
|
|
let bindings = builder
|
|
|
|