From d19e1db8c0fae2eaee76c0647c34f1b87af95572 Mon Sep 17 00:00:00 2001 From: ko1N Date: Sun, 20 Mar 2022 14:58:13 +0100 Subject: [PATCH] Changed blacklist_type to blocklist_type in leechcore-sys build script --- leechcore-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leechcore-sys/build.rs b/leechcore-sys/build.rs index 4716dde..df8823b 100644 --- a/leechcore-sys/build.rs +++ b/leechcore-sys/build.rs @@ -113,7 +113,7 @@ fn main() { // workaround for windows.h // see https://github.com/rust-lang/rust-bindgen/issues/1556 if target.contains("windows") { - builder = builder.blacklist_type("_?P?IMAGE_TLS_DIRECTORY.*") + builder = builder.blocklist_type("_?P?IMAGE_TLS_DIRECTORY.*") } let bindings = builder