mirror of https://github.com/mpv-player/mpv
even more :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8660 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3de6b3e74a
commit
e4dbf68168
|
@ -3304,6 +3304,7 @@ static HANDLE WINAPI expFindFirstFileA(LPCSTR s, LPWIN32_FIND_DATAA lpfd)
|
|||
return FILE_HANDLE_quicktimeqts;
|
||||
}
|
||||
#endif
|
||||
printf("\n### FindFirstFileA('%s')...\n",s);
|
||||
dbgprintf("FindFirstFileA(0x%x='%s', 0x%x) => 0\n", s, s, lpfd);
|
||||
strcpy(lpfd->cFileName, "msms001.vwp");
|
||||
strcpy(lpfd->cAlternateFileName, "msms001.vwp");
|
||||
|
|
Loading…
Reference in New Issue