Skip to content

Commit 2d00f95

Browse files
committed
Fixed typo in definition of AUDCLNT_E_BUFFER_TOO_LARGE
1 parent 096e930 commit 2d00f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ pub const AUDCLNT_E_DEVICE_INVALIDATED: HRESULT = 0x88890004;
17511751
#[allow(overflowing_literals)]
17521752
pub const AUDCLNT_E_NOT_STOPPED: HRESULT = 0x88890005;
17531753
#[allow(overflowing_literals)]
1754-
pub const AUDCLNT_E_BUFFER_TOO_LARGE: HRESULT = 0x888900086;
1754+
pub const AUDCLNT_E_BUFFER_TOO_LARGE: HRESULT = 0x88890006;
17551755
#[allow(overflowing_literals)]
17561756
pub const AUDCLNT_E_OUT_OF_ORDER: HRESULT = 0x88890007;
17571757
#[allow(overflowing_literals)]

0 commit comments

Comments
 (0)