mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Buildfix
This commit is contained in:
parent
f4250a1ad5
commit
8ca98e0a18
@ -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…
x
Reference in New Issue
Block a user