mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Buildfix
This commit is contained in:
parent
f4250a1ad5
commit
8ca98e0a18
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ static int sevenzip_file_read(
|
|||
#if defined(_WIN32) && defined(USE_WINDOWS_FILE) && !defined(LEGACY_WIN32)
|
||||
if (!string_is_empty(path))
|
||||
{
|
||||
whcar_t *pathW = utf8_to_utf16_string_alloc(path);
|
||||
wchar_t *pathW = utf8_to_utf16_string_alloc(path);
|
||||
|
||||
if (pathW)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue