Fix build issues with mingw's

This commit is contained in:
2014-01-14 23:57:00 +02:00
parent eda49cf58e
commit 53f93ef66d
3 changed files with 9 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
#include "../blenlib/BLI_sys_types.h"
/* for DIR */
#if !defined(WIN32) || defined(__MINGW64__)
#if !defined(WIN32) || defined(FREEWINDOWS)
# include <dirent.h>
#endif