diff options
Diffstat (limited to 'portability.h')
| -rw-r--r-- | portability.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/portability.h b/portability.h index c249a10..7a9a961 100644 --- a/portability.h +++ b/portability.h @@ -30,7 +30,9 @@  	#include <winsock2.h>  	#define htobe16(x) htons(x) +	#define htole16(x) (x)  	#define be16toh(x) ntohs(x) +	#define letoh16(x) (x)  	#define htobe32(x) htonl(x)  	#define be32toh(x) ntohl(x)  | 
