Skip to content

Commit df79a4b

Browse files
authored
Add comment for combase workaround handling (#3794)
1 parent a626c3f commit df79a4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/libs/bindgen/src/tables/method_def.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ impl MethodDef {
4949
"RoGetAgileReference",
5050
];
5151

52+
// Workaround for https://github.com/microsoft/windows-rs/pull/3743
5253
if combase_functions.contains(&self.name()) {
5354
"combase.dll".to_string()
5455
} else {

0 commit comments

Comments
 (0)