Fix windows build

This commit is contained in:
Milan Nikolic 2018-10-08 19:36:48 +02:00
parent e8965ee263
commit 70aa6f5da5
2 changed files with 7 additions and 2 deletions

View file

@ -193,7 +193,7 @@
#undef __forceinline
#endif
#define __forceinline
#define alloca __builtin_alloca
//#define alloca __builtin_alloca
#elif !defined(_MSC_VER)
#if __GNUC__
#define __forceinline inline