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.
winapi
1 parent 590b39b commit 9180fa2Copy full SHA for 9180fa2
src/directsound.rs
@@ -2,6 +2,7 @@
2
3
#![cfg(target_os = "windows")]
4
#![allow(non_snake_case)]
5
+#![allow(unexpected_cfgs)]
6
7
use crate::{AudioOutputDevice, BaseAudioOutputDevice, OutputDeviceParameters};
8
use std::{
@@ -34,7 +35,6 @@ use winapi::{
34
35
};
36
37
// Declare missing structs and interfaces.
-#[allow(unexpected_cfgs)]
38
STRUCT! {struct DSBPOSITIONNOTIFY {
39
dwOffset: DWORD,
40
hEventNotify: HANDLE,
0 commit comments