2016-10-02 21:14:12 -07:00
|
|
|
#ifndef MOO_FNMATCH_H
|
|
|
|
#define MOO_FNMATCH_H
|
2015-07-11 14:32:02 -07:00
|
|
|
|
|
|
|
// #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);
|
2016-10-02 21:14:12 -07:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* MOO_FNMATCH_H */
|