Windows build fixes, app about text revisions.
This commit is contained in:
parent
ec8e1178e5
commit
78ef2c5f16
5 changed files with 33 additions and 98 deletions
|
@ -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)) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue