1
0
Fork 0

Endianness.h: undefined ntohll before redefining

This commit is contained in:
archshift 2014-07-26 03:42:42 -07:00
parent 443112d70e
commit 1595ef73dc
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#undef ntohll
#define ntohll(x) ((((UInt64)ntohl((u_long)x)) << 32) + ntohl(x >> 32))