 |
Blender V5.0
|
Go to the documentation of this file.
13#if defined WIN32 && !defined _LIBC
16# define __P(protos) protos
25# define FNM_PATHNAME (1 << 0)
26# define FNM_NOESCAPE (1 << 1)
27# define FNM_PERIOD (1 << 2)
29# if !defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined(_GNU_SOURCE)
30# define FNM_FILE_NAME FNM_PATHNAME
31# define FNM_LEADING_DIR (1 << 3)
32# define FNM_CASEFOLD (1 << 4)
40extern int fnmatch __P((
const char *__pattern,
const char *__string,
int __flags));