Trying to break-fix Windows using __inline instead of inline
This commit is contained in:
parent
2862926f2c
commit
68d2641672
|
@ -15,6 +15,9 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
/***************************************************************************
|
||||
CONSTANTS
|
||||
|
|
Loading…
Reference in New Issue