mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Fix the trunk so it build again sorry for the break
svn path=/trunk/; revision=19569
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user