Rename rarch_fnmatch to fnmatch_rarch

This commit is contained in:
twinaphex 2014-08-15 21:35:41 +02:00
parent ed3c03687d
commit 1b27dfbcbd
4 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -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.

View File

@ -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"