Bug 1014626 - Fix Windows 64 build break

This commit is contained in:
Anthony Jones 2014-05-26 15:52:01 +12:00
parent bab7c39fd4
commit 190b72aea9

View File

@ -6,7 +6,7 @@
#include <stdint.h>
#if defined(_M_IX86)
#if defined(_M_IX86) || defined(_M_AMD64)
static uint32_t
ntohl(uint32_t x)