Tor
0.4.9.8
Loading...
Searching...
No Matches
ext
equix
hashx
src
force_inline.h
1
#ifndef FORCE_INLINE
2
#if defined(_MSC_VER)
3
#define FORCE_INLINE __inline
4
#elif defined(__GNUC__) || defined(__clang__)
5
#define FORCE_INLINE __inline__
6
#else
7
#define FORCE_INLINE
8
#endif
9
#endif
Generated by
1.12.0