Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-01-15 01:57:00 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-01-15 02:33:55 +0400
commit53f93ef66d6821249cedbb38e9a7a714bd361890 (patch)
treef6caaa44154f715a31e278d3fce0d85560d7f2bb /source/blender/datatoc
parenteda49cf58eed6785a8bd9e7bdebe07b8953b0275 (diff)
Fix build issues with mingw's
Diffstat (limited to 'source/blender/datatoc')
-rw-r--r--source/blender/datatoc/datatoc_icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/datatoc/datatoc_icon.c b/source/blender/datatoc/datatoc_icon.c
index e4b00388dba..59c9eeb3ed1 100644
--- a/source/blender/datatoc/datatoc_icon.c
+++ b/source/blender/datatoc/datatoc_icon.c
@@ -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