0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-21 02:11:06 +00:00

Fixed compilation with LLVM compilers

This commit is contained in:
Alex Qyoun-ae 2013-09-03 03:49:39 +04:00
parent 267030c759
commit b6baeecd9a

View file

@ -699,7 +699,7 @@ bool I_WriteIniFailed ()
static const char *pattern;
#ifdef __APPLE__
#if defined(__APPLE__) && !defined(__llvm__)
static int matchfile (struct dirent *ent)
#else
static int matchfile (const struct dirent *ent)