- Fix build

svn path=/trunk/; revision=41997
This commit is contained in:
Johannes Anderwald 2009-07-17 10:19:47 +00:00
parent 3e07d5777f
commit 6324272e80

View file

@ -327,6 +327,8 @@ typedef struct _SOUND_DEVICE_INSTANCE
//PWAVEHDR CurrentWaveHeader;
DWORD OutstandingBuffers;
DWORD LoopsRemaining;
DWORD FrameSize;
DWORD BufferCount;
} SOUND_DEVICE_INSTANCE, *PSOUND_DEVICE_INSTANCE;
/* This lives in WAVEHDR.reserved */