code cleanup: modify DO_INLINE define to not use __inline with mingw

make RegisterBlendExtension_Fail a static func
       u
This commit is contained in:
Campbell Barton
2012-09-15 02:29:47 +00:00
parent e75f5c8208
commit f9d9459e3f
4 changed files with 4 additions and 4 deletions

View File

@@ -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