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_GiB(n) (1024 * B3_MiB(n))
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#ifdef __cplusplus
|
||||
#define B3_FORCE_INLINE inline
|
||||
#ifndef B3_FORCE_INLINE
|
||||
# if defined(_MSC_VER) && (_MSC_VER >= 1200)
|
||||
# define B3_FORCE_INLINE __forceinline
|
||||
# else
|
||||
#define B3_FORCE_INLINE
|
||||
# define B3_FORCE_INLINE __inline
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user