mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:55:56 +00:00
- Fix build
svn path=/trunk/; revision=41997
This commit is contained in:
parent
3e07d5777f
commit
6324272e80
1 changed files with 2 additions and 0 deletions
|
@ -327,6 +327,8 @@ typedef struct _SOUND_DEVICE_INSTANCE
|
||||||
//PWAVEHDR CurrentWaveHeader;
|
//PWAVEHDR CurrentWaveHeader;
|
||||||
DWORD OutstandingBuffers;
|
DWORD OutstandingBuffers;
|
||||||
DWORD LoopsRemaining;
|
DWORD LoopsRemaining;
|
||||||
|
DWORD FrameSize;
|
||||||
|
DWORD BufferCount;
|
||||||
} SOUND_DEVICE_INSTANCE, *PSOUND_DEVICE_INSTANCE;
|
} SOUND_DEVICE_INSTANCE, *PSOUND_DEVICE_INSTANCE;
|
||||||
|
|
||||||
/* This lives in WAVEHDR.reserved */
|
/* This lives in WAVEHDR.reserved */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue