mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
Bug 1014626 - Fix Windows 64 build break
This commit is contained in:
parent
bab7c39fd4
commit
190b72aea9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user