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:
Diffstat (limited to 'source/blender/blenkernel/BKE_cloth.h')
-rw-r--r--source/blender/blenkernel/BKE_cloth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_cloth.h b/source/blender/blenkernel/BKE_cloth.h
index f5bd028ba0d..005057339eb 100644
--- a/source/blender/blenkernel/BKE_cloth.h
+++ b/source/blender/blenkernel/BKE_cloth.h
@@ -58,9 +58,11 @@ struct CollisionTree;
// this is needed for inlining behaviour
#ifndef _WIN32
#define LINUX
+#ifndef __sgi
#define DO_INLINE inline
+#endif
#else
-#define DO_INLINE
+#define DO_INLINE __inline
#endif
#define CLOTH_MAX_THREAD 2