Windows build fixes, app about text revisions.

This commit is contained in:
Adam Ierymenko 2017-03-17 20:01:58 -07:00
parent ec8e1178e5
commit 78ef2c5f16
5 changed files with 33 additions and 98 deletions

View file

@ -273,7 +273,9 @@ union LZ4_streamDecode_u {
#endif /* _MSC_VER */
#endif
#ifndef FORCE_INLINE
#define FORCE_INLINE static inline
#endif
#if (defined(__GNUC__) && (__GNUC__ >= 3)) || (defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 800)) || defined(__clang__)
# define expect(expr,value) (__builtin_expect ((expr),(value)) )