Add files via upload

This commit is contained in:
Niadb
2020-06-19 03:34:05 -06:00
committed by GitHub
parent 405586d40a
commit 2962fda93f
-1
View File
@@ -27,7 +27,6 @@
# define FORCE_INLINE_ATTR __attribute__((always_inline))
#elif defined(_MSC_VER)
# define FORCE_INLINE_ATTR __forceinline
#else
# define FORCE_INLINE_ATTR
#endif