We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
combase
1 parent a626c3f commit df79a4bCopy full SHA for df79a4b
crates/libs/bindgen/src/tables/method_def.rs
@@ -49,6 +49,7 @@ impl MethodDef {
49
"RoGetAgileReference",
50
];
51
52
+ // Workaround for https://github.com/microsoft/windows-rs/pull/3743
53
if combase_functions.contains(&self.name()) {
54
"combase.dll".to_string()
55
} else {
0 commit comments