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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-07-19 12:55:06 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-07-19 12:55:06 +0400
commitc28c33d19d544fdc69e82e5b6d941431516c588c (patch)
tree1bcd663788efa0847cf93816be6916abbfadb3cf /source/blender/blenlib
parentacf3c4bb02c329f628f1314b0515db39cfdeebbf (diff)
Fix for #22861 Won't compile for MinGW sicne r30349
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index 4fb5ca77989..e8eb2070929 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -437,7 +437,7 @@ int BLI_filepathsize(const char *path)
int BLI_exist(char *name)
{
-#ifdef WIN32
+#if defined(WIN32) && !defined(FREE_WINDOWS)
struct _stat64i32 st;
/* in Windows stat doesn't recognize dir ending on a slash
To not break code where the ending slash is expected we