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) ...@@ -240,7 +240,7 @@ static void check_crashdump(void)
if(Hint) if(Hint)
{ {
HINTERNET ftp = InternetConnect(Hint, L"crash.videolan.org", 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); INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0);
if(ftp) 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