Skip to content

Commit

Permalink
attempt to fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 8, 2024
1 parent ebb8a7b commit ae67019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Rust bindings to the System Informer's (formerly known as Process
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
targets = []
targets = ["x86_64-pc-windows-msvc"]

[build-dependencies]
windows.features = ["Win32_Foundation"]
Expand Down
2 changes: 1 addition & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl BindgenConfig {
.vtable_generation(true)
.generate_comments(true)
.generate_block(true)
.detect_include_paths(false)
.detect_include_paths(true)
.prepend_enum_name(false)
.block_extern_crate(false)
.fit_macro_constants(false)
Expand Down

0 comments on commit ae67019

Please sign in to comment.