From 18f9b5734e3897c4afb9940ddb9e2c311b4e351f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 24 Jun 2013 14:38:05 +0200 Subject: [PATCH] Compile in dirent wrapper for Win32 targets --- griffin/griffin.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/griffin/griffin.c b/griffin/griffin.c index ef44ab0600..52bd451de7 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -73,6 +73,9 @@ PERFORMANCE COMPATIBILITY ============================================================ */ #include "../compat/compat.c" +#ifdef _WIN32 +#include "../compat/dirent_win32.c" +#endif /*============================================================ CONFIG FILE @@ -86,7 +89,7 @@ CONFIG FILE #include "../conf/config_file.c" #include "../core_options.c" -#if defined(__QNX__) +#if defined(__QNX__) || defined(IOS) #include "../core_info.c" #endif