Skip to content

Commit f3c671e

Browse files
authored
Code Quality: Force PreserveSig to all COM methods generated by CsWin32 (#16121)
1 parent 46fccfe commit f3c671e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.CsWin32/NativeMethods.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"public": true,
55
"comInterop": {
66
"preserveSigMethods": [
7-
"IEnumShellItems.Next"
7+
"*"
88
]
99
}
1010
}

0 commit comments

Comments
 (0)