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-10-10 01:31:32 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-10 01:31:32 +0400
commitd420d09da982e1a874ffe2b0612b8fdd0afc980e (patch)
treee549f39c096a1ce522484eea1828e9ec466508fe /source/blender/collada/SkinInfo.cpp
parentf72eef5de7fd109e9d71021adc0990b040b750b2 (diff)
Fix compiling for MingW too.
Diffstat (limited to 'source/blender/collada/SkinInfo.cpp')
-rw-r--r--source/blender/collada/SkinInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/SkinInfo.cpp b/source/blender/collada/SkinInfo.cpp
index a3ac6a30c59..ba9451ecf84 100644
--- a/source/blender/collada/SkinInfo.cpp
+++ b/source/blender/collada/SkinInfo.cpp
@@ -24,7 +24,7 @@
#include <algorithm>
-#ifndef WIN32
+#if !defined(WIN32) || defined(FREE_WINDOWS)
#include <stdint.h>
#endif