Trying to break-fix Windows using __inline instead of inline

This commit is contained in:
Christoph "baka0815" Schwerdtfeger 2018-09-23 16:44:23 +02:00
parent 2862926f2c
commit 68d2641672
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
#include <stdint.h>
#if defined(_MSC_VER)
#define inline __inline
#endif
/***************************************************************************
CONSTANTS