code cleanup: modify DO_INLINE define to not use __inline with mingw
make RegisterBlendExtension_Fail a static func u
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user