[vlc-commits] [Git][videolan/vlc][master] core: update: Fix winstore detection
Hugo Beauzée-Luyssen
gitlab at videolan.org
Mon May 10 11:45:02 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
c15e2691 by Hugo Beauzée-Luyssen at 2021-05-10T12:07:07+02:00
core: update: Fix winstore detection
- - - - -
1 changed file:
- src/misc/update.c
Changes:
=====================================
src/misc/update.c
=====================================
@@ -725,7 +725,7 @@ static void* update_DownloadReal( void *obj )
psz_msg );
if(answer == 1)
{
-#ifndef VLC_WINSTORE_APP
+#if !VLC_WINSTORE_APP
wchar_t psz_wdestfile[MAX_PATH];
MultiByteToWideChar( CP_UTF8, 0, psz_destfile, -1, psz_wdestfile, MAX_PATH );
answer = (int)ShellExecuteW( NULL, L"open", psz_wdestfile, NULL, NULL, SW_SHOW);
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c15e2691ef24b1eae01b29dca8fcbdfed64963ed
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c15e2691ef24b1eae01b29dca8fcbdfed64963ed
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list