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:
authorCampbell Barton <ideasman42@gmail.com>2012-09-15 06:29:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-15 06:29:47 +0400
commitf9d9459e3f86a662364a08b473a8f0faa46db5a6 (patch)
tree676b912a611b3460b7678cb5c3fb4876d988c617 /intern/raskter
parente75f5c8208c94621ab769d79cdfad458706f846e (diff)
code cleanup: modify DO_INLINE define to not use __inline with mingw
make RegisterBlendExtension_Fail a static func u
Diffstat (limited to 'intern/raskter')
-rw-r--r--intern/raskter/raskter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/raskter/raskter.c b/intern/raskter/raskter.c
index eaf8dcd06da..875dfc8a63b 100644
--- a/intern/raskter/raskter.c
+++ b/intern/raskter/raskter.c
@@ -38,7 +38,7 @@
// this is needed for inlining behavior
-#if defined _WIN32
+#if defined _MSC_VER
# define DO_INLINE __inline
#elif defined (__sun) || defined (__sun__)
# define DO_INLINE