fix last merge
This commit is contained in:
parent
a6f45f9e22
commit
005d2bc117
@ -116,11 +116,11 @@ typedef float float32;
|
|||||||
#define B3_MiB(n) (1024 * B3_KiB(n))
|
#define B3_MiB(n) (1024 * B3_KiB(n))
|
||||||
#define B3_GiB(n) (1024 * B3_MiB(n))
|
#define B3_GiB(n) (1024 * B3_MiB(n))
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef B3_FORCE_INLINE
|
||||||
#ifdef __cplusplus
|
# if defined(_MSC_VER) && (_MSC_VER >= 1200)
|
||||||
#define B3_FORCE_INLINE inline
|
# define B3_FORCE_INLINE __forceinline
|
||||||
# else
|
# else
|
||||||
#define B3_FORCE_INLINE
|
# define B3_FORCE_INLINE __inline
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user