14 lines
322 B
C
14 lines
322 B
C
#ifndef MOO_FNMATCH_H
|
|
#define MOO_FNMATCH_H
|
|
|
|
// #include "mooutils/mooutils-misc.h"
|
|
// #include "mooutils/mooutils-fs.h"
|
|
|
|
#define fnmatch _moo_win32_fnmatch
|
|
int _moo_win32_fnmatch (const char *pattern,
|
|
const char *string,
|
|
int flags);
|
|
|
|
|
|
#endif /* MOO_FNMATCH_H */
|