mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
(UWP) Fix regression in dylib
This commit is contained in:
parent
973c707462
commit
3a0c5cc666
@ -100,8 +100,6 @@ dylib_t dylib_load(const char *path)
|
||||
path_wide = utf8_to_utf16_string_alloc(relative_path);
|
||||
lib = LoadPackagedLibrary(path_wide, 0);
|
||||
free(path_wide);
|
||||
|
||||
free(relative_path_abbrev);
|
||||
#elif defined(LEGACY_WIN32)
|
||||
dylib_t lib = LoadLibrary(path);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user