Requires two sets of parentheses, not one. ...I think
@@ -24,7 +24,7 @@
#ifdef _MSC_VER
#define FORCE_INLINE __forceinline
#else
-#define FORCE_INLINE __attribute__(always_inline)
+#define FORCE_INLINE __attribute__((always_inline))
#endif