fixed build with clang (again..)

This commit is contained in:
Ende! 2015-03-16 19:06:37 +01:00
parent 7e61d260df
commit a4b07c6f83
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
#ifdef _MSC_VER
# define VX_INLINE __inline
#else
# define VX_INLINE extern inline
# define VX_INLINE static inline
#endif
#endif /* _VDE_VXINTERNALCONFIG_H_ */