2016-01-01 22:25:53 -08:00
|
|
|
#pragma once
|
2015-07-11 14:32:02 -07:00
|
|
|
|
|
|
|
// #include "mooutils/mooutils-misc.h"
|
|
|
|
// #include "mooutils/mooutils-fs.h"
|
|
|
|
|
|
|
|
#define fnmatch _moo_win32_fnmatch
|
2016-01-01 22:25:53 -08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
#endif
|
2015-07-11 14:32:02 -07:00
|
|
|
int _moo_win32_fnmatch (const char *pattern,
|
|
|
|
const char *string,
|
|
|
|
int flags);
|