mirror of https://github.com/mpv-player/mpv
voxvare audio fix
patch by Charles Philip Chan <cpchan@sympatico.ca> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8765 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8845dd707c
commit
8e00a1b2dc
|
@ -3308,7 +3308,7 @@ static HANDLE WINAPI expFindFirstFileA(LPCSTR s, LPWIN32_FIND_DATAA lpfd)
|
|||
dbgprintf("FindFirstFileA(0x%x='%s', 0x%x) => 0\n", s, s, lpfd);
|
||||
strcpy(lpfd->cFileName, "msms001.vwp");
|
||||
strcpy(lpfd->cAlternateFileName, "msms001.vwp");
|
||||
return (HANDLE)-1;
|
||||
return (HANDLE)0;
|
||||
}
|
||||
|
||||
static WIN_BOOL WINAPI expFindClose(HANDLE h)
|
||||
|
|
Loading…
Reference in New Issue