2016-10-02 21:14:12 -07:00

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 */