Skip to content

Commit 91dbbe1

Browse files
committed
Add 83056
Issue: rust-lang/rust#83056
1 parent 357c128 commit 91dbbe1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ices/83056.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
struct WSAPROTOCOLCHAIN {
2+
ChainEntries: [DWORD; SetFileAttributesW as usize],
3+
}
4+
extern "C" {
5+
fn SetFileAttributesW() -> BOOL;
6+
}

0 commit comments

Comments
 (0)