0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
compn 2007-10-17 02:24:50 +00:00
parent 1227e38f75
commit 962a99ead2

View File

@ -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];