include/share/compat.h : For MSVC define inline as __inline.

This commit is contained in:
Erik de Castro Lopo
2013-01-26 10:11:39 +11:00
parent 4632f945de
commit b104c6d8af

View File

@@ -66,6 +66,7 @@
#if defined(_MSC_VER)
#define restrict __restrict
#define inline __inline
#endif
/* adjust for compilers that can't understand using LLU suffix for uint64_t literals */