Commit bf511ca4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compilation

parent c379f9e1
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment