Skip to content

Commit 590b39b

Browse files
committed
Suppress unexpected cfg from winapi crate
1 parent cf3bcc6 commit 590b39b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directsound.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ use winapi::{
3434
};
3535

3636
// Declare missing structs and interfaces.
37+
#[allow(unexpected_cfgs)]
3738
STRUCT! {struct DSBPOSITIONNOTIFY {
3839
dwOffset: DWORD,
3940
hEventNotify: HANDLE,

0 commit comments

Comments
 (0)