mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Rename rarch_fnmatch to fnmatch_rarch
This commit is contained in:
parent
ed3c03687d
commit
1b27dfbcbd
2
Makefile
2
Makefile
@ -63,7 +63,7 @@ RETROLAUNCH_OBJ = tools/retrolaunch/main.o \
|
||||
hash.o \
|
||||
tools/retrolaunch/parser.o \
|
||||
tools/retrolaunch/cd_detect.o \
|
||||
compat/rarch_fnmatch.o \
|
||||
compat/fnmatch_rarch.o \
|
||||
tools/input_common_launch.o \
|
||||
file_path.o \
|
||||
compat/compat.o \
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#include "rarch_fnmatch.h"
|
||||
#include "fnmatch_rarch.h"
|
||||
|
||||
// Implemnentation of fnmatch(3) so it can be distributed to non *nix platforms
|
||||
// No flags are implemented ATM. We don't use them. Add flags as needed.
|
@ -15,7 +15,7 @@
|
||||
#include "../../hash.h"
|
||||
#include "parser.h"
|
||||
#include "cd_detect.h"
|
||||
#include "../../compat/rarch_fnmatch.h"
|
||||
#include "../../compat/fnmatch_rarch.h"
|
||||
#include "../../file.h"
|
||||
|
||||
#include "log.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user