1*6a54128fSAndroid Build Coastguard Worker #pragma once 2*6a54128fSAndroid Build Coastguard Worker 3*6a54128fSAndroid Build Coastguard Worker /* Windows is always little endian. */ 4*6a54128fSAndroid Build Coastguard Worker #define htonl __builtin_bswap32 5*6a54128fSAndroid Build Coastguard Worker #define ntohl __builtin_bswap32 6