mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
include/share/compat.h : For MSVC define inline as __inline.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user