HRESULT_FROM_WIN32 correction

This commit is contained in:
Vincent Billet
2025-05-26 08:52:46 +02:00
parent bb274ab512
commit 9b7bb9290e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ WAVEFORMATEXTENSIBLE :: struct {
wSamplesPerBlock: WORD, /* valid if wBitsPerSample==0 */
wReserved: WORD, /* If neither applies, set to zero. */
},
dwChannelMask: SPEAKER_FLAGS, /* which channels are present in stream */
dwChannelMask: SPEAKER_FLAGS, /* which channels are present in stream */
SubFormat: GUID,
}