This commit is contained in:
Danila Malyutin 2016-03-07 04:09:42 +03:00
parent 9adb534c7f
commit 9b505984f2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#if defined(_MSC_VER)
#define force_inline __forceinline
#else
#define force_inline __attribute__((always_inline))
#define force_inline __attribute__((always_inline)) inline
#endif
#if defined(_MSC_VER) && _MSC_VER <= 1800