mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Fixed compilation with LLVM compilers
This commit is contained in:
parent
267030c759
commit
b6baeecd9a
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ bool I_WriteIniFailed ()
|
||||||
|
|
||||||
static const char *pattern;
|
static const char *pattern;
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) && !defined(__llvm__)
|
||||||
static int matchfile (struct dirent *ent)
|
static int matchfile (struct dirent *ent)
|
||||||
#else
|
#else
|
||||||
static int matchfile (const struct dirent *ent)
|
static int matchfile (const struct dirent *ent)
|
||||||
|
|
Loading…
Reference in a new issue