This commit is contained in:
Christoph Oelckers 2013-09-03 09:02:44 +02:00
commit 37de4bea67
7 changed files with 17 additions and 14 deletions

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)