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

Win32: fix compilation for update

Broken in 9b34074c
parent 73a3b9e2
......@@ -722,7 +722,7 @@ static void* update_DownloadReal( void *obj )
MultiByteToWideChar( CP_UTF8, 0, psz_destfile, -1, psz_wdestfile, MAX_PATH );
answer = (int)ShellExecuteW( NULL, L"open", psz_wdestfile, NULL, NULL, SW_SHOW);
if(answer > 32)
libvlc_Quit(p_this->p_libvlc);
libvlc_Quit(p_udt->p_libvlc);
}
#endif
end:
......
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