Skip to content

Commit

Permalink
remove block_types
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 committed Jun 26, 2022
1 parent 65fa785 commit 3ea7af7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions crates/openjtalk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ fn generate_bindings(include_dir: impl AsRef<Path>) {
.header("wrapper.hpp")
.clang_args(clang_args)
.layout_tests(false)
.blocklist_type("IMAGE_TLS_DIRECTORY")
.blocklist_type("IMAGE_TLS_DIRECTORY64")
.blocklist_type("_IMAGE_TLS_DIRECTORY32")
.blocklist_type("IMAGE_TLS_DIRECTORY32")
.blocklist_type("PIMAGE_TLS_DIRECTORY")
.blocklist_type("PIMAGE_TLS_DIRECTORY32")
.blocklist_type("_IMAGE_TLS_DIRECTORY32__bindgen_ty_1__bindgen_ty_1")
.blocklist_type("_IMAGE_TLS_DIRECTORY32__bindgen_ty_1")
.blocklist_type("PIMAGE_TLS_DIRECTORY64")
.blocklist_type("_IMAGE_TLS_DIRECTORY64")
.blocklist_type("_IMAGE_TLS_DIRECTORY64__bindgen_ty_1")
.blocklist_type("_IMAGE_TLS_DIRECTORY64__bindgen_ty_1__bindgen_ty_1")
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.size_t_is_usize(true)
.rustfmt_bindings(true)
Expand Down

0 comments on commit 3ea7af7

Please sign in to comment.