mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
simple avoid wine complaints fix by sherpya
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24797 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1227e38f75
commit
962a99ead2
@ -179,7 +179,7 @@ int main(int argc, char *argv[])
|
||||
unsigned char mode = 0;
|
||||
DWORD dwFCC = 0;
|
||||
ICOPEN icopen;
|
||||
HRESULT coinit = S_FALSE;
|
||||
HRESULT coinit = -1;
|
||||
/* ICINFO icinfo; */
|
||||
|
||||
wchar_t drvfile[MAX_PATH];
|
||||
|
Loading…
Reference in New Issue
Block a user