skins2(Win): fix multibyte issue for vlt filename (tar format)
commit743ca935aa278f33ecb0488bd61f12ab00e3d951
authorErwan Tulou <erwan10@videolan.org>
Thu, 11 Jun 2015 19:43:25 +0000 (11 21:43 +0200)
committerErwan Tulou <erwan10@videolan.org>
Fri, 12 Jun 2015 19:39:54 +0000 (12 21:39 +0200)
treefd9e471c1d943e9b5561c4432509a7c0cf6c3eb2
parent1ac910a5f378a77d88469facf830055877701d3c
skins2(Win): fix multibyte issue for vlt filename (tar format)

On Windows, gzopen() doesn't fully support Microsoft wide char either.
So, use vlc_open() + gzdopen().

For OS2 and Linux, no functional change.
modules/gui/skins2/src/theme_loader.cpp