Endianness.h: undefined ntohll before redefining
This commit is contained in:
parent
443112d70e
commit
1595ef73dc
@ -1,6 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#undef ntohll
|
||||
#define ntohll(x) ((((UInt64)ntohl((u_long)x)) << 32) + ntohl(x >> 32))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user