Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package workaround
Browse files Browse the repository at this point in the history
kennykerr committed Jun 19, 2024
1 parent d331301 commit cfa1dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/bindgen/src/rust/com_methods.rs
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ pub fn writer(
let mut cfg = cfg::signature_cfg(writer, method);
cfg.add_feature(def.namespace());

if !cfg.included(writer) {
if !cfg.included(writer) && def.namespace().starts_with("Windows.") {
return quote! {};
}

0 comments on commit cfa1dc2

Please sign in to comment.