mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Add posix_string C file
This commit is contained in:
parent
26983462f4
commit
5a17b79b48
@ -63,6 +63,10 @@ COMPATIBILITY
|
||||
#include "../compat/compat_strl.c"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../compat/compat_posix_string.c"
|
||||
#endif
|
||||
|
||||
#include "../libretro-common/compat/compat_fnmatch.c"
|
||||
#include "../libretro-common/memmap/memalign.c"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user