From 53f93ef66d6821249cedbb38e9a7a714bd361890 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 14 Jan 2014 23:57:00 +0200 Subject: Fix build issues with mingw's --- source/blender/datatoc/datatoc_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/datatoc') 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 #endif -- cgit v1.2.3