imported winuaesrc1011.zip

This commit is contained in:
Toni Wilen 2005-07-11 00:11:00 +03:00
parent b4db0e08e6
commit 41701f98c4
4 changed files with 7 additions and 10926 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -196,9 +196,15 @@ void ahi_close_sound (void)
IDirectSoundCaptureBuffer_Release(lpDSB2r);
lpDSB2r = NULL;
}
if(lpDS2r)
{
IDirectSound_Release(lpDS2r);
lpDS2 = NULL;
}
if (dsound_tmpw)
{
DestroyWindow(dsound_tmpw);dsound_tmpw=0;
DestroyWindow(dsound_tmpw);
dsound_tmpw = 0;
}
if (ahisndbuffer)
free(ahisndbuffer);