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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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