mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Fix the trunk so it build again sorry for the break
svn path=/trunk/; revision=19569
This commit is contained in:
parent
61ad339b29
commit
7a8e31d41b
1 changed files with 3 additions and 1 deletions
|
@ -91,6 +91,7 @@ static DWORD waveThread(LPVOID lpParameter)
|
|||
switch (pClient->AuxFunction)
|
||||
{
|
||||
case WaveThreadAddBuffer:
|
||||
{
|
||||
LPWAVEHDR *pHdrSearching;
|
||||
|
||||
if (pClient->DeviceType == WaveInDevice)
|
||||
|
@ -113,7 +114,8 @@ static DWORD waveThread(LPVOID lpParameter)
|
|||
|
||||
*pHdrSearching = pClient->AuxParam.pHdr;
|
||||
|
||||
pClient->AuxReturnCode = waveStart(pClient);
|
||||
pClient->AuxReturnCode = waveReadWrite(pClient);
|
||||
}
|
||||
break;
|
||||
|
||||
case WaveThreadSetState:
|
||||
|
|
Loading…
Reference in a new issue