mirror of https://github.com/AxioDL/nod.git
FreeBSD Fixes
This commit is contained in:
parent
020e7d14c9
commit
24ba376064
|
@ -98,6 +98,9 @@ public:
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef bswap16
|
||||||
|
#undef bswap32
|
||||||
|
#undef bswap64
|
||||||
/* Type-sensitive byte swappers */
|
/* Type-sensitive byte swappers */
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static inline T bswap16(T val)
|
static inline T bswap16(T val)
|
||||||
|
|
Loading…
Reference in New Issue