vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Jun 9 23:53:17 2012 +0200| [bf511ca41512b2b28aa249e5bf7c5376c76daeda] | committer: Jean-Baptiste Kempf
Fix compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf511ca41512b2b28aa249e5bf7c5376c76daeda --- bin/winvlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/winvlc.c b/bin/winvlc.c index 6825c0b..de76749 100644 --- a/bin/winvlc.c +++ b/bin/winvlc.c @@ -240,7 +240,7 @@ static void check_crashdump(void) if(Hint) { HINTERNET ftp = InternetConnect(Hint, L"crash.videolan.org", - INTERNET_DEFAULT_FTP_PORT, NULL, NULL + INTERNET_DEFAULT_FTP_PORT, NULL, NULL, INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0); if(ftp) { _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
