mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(UWP) Fix regression in dylib
This commit is contained in:
parent
973c707462
commit
3a0c5cc666
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ dylib_t dylib_load(const char *path)
|
||||||
path_wide = utf8_to_utf16_string_alloc(relative_path);
|
path_wide = utf8_to_utf16_string_alloc(relative_path);
|
||||||
lib = LoadPackagedLibrary(path_wide, 0);
|
lib = LoadPackagedLibrary(path_wide, 0);
|
||||||
free(path_wide);
|
free(path_wide);
|
||||||
|
|
||||||
free(relative_path_abbrev);
|
|
||||||
#elif defined(LEGACY_WIN32)
|
#elif defined(LEGACY_WIN32)
|
||||||
dylib_t lib = LoadLibrary(path);
|
dylib_t lib = LoadLibrary(path);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue