diff -r 000000000000 -r 6474c204b198 mfbt/double-conversion/use-StandardInteger.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mfbt/double-conversion/use-StandardInteger.patch Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,29 @@ +diff --git a/mfbt/double-conversion/utils.h b/mfbt/double-conversion/utils.h +index cd3e330..bdc7d4b 100644 +--- a/mfbt/double-conversion/utils.h ++++ b/mfbt/double-conversion/utils.h +@@ -74,23 +74,7 @@ + #endif + + +-#if defined(_WIN32) && !defined(__MINGW32__) +- +-typedef signed char int8_t; +-typedef unsigned char uint8_t; +-typedef short int16_t; // NOLINT +-typedef unsigned short uint16_t; // NOLINT +-typedef int int32_t; +-typedef unsigned int uint32_t; +-typedef __int64 int64_t; +-typedef unsigned __int64 uint64_t; +-// intptr_t and friends are defined in crtdefs.h through stdio.h. +- +-#else +- +-#include +- +-#endif ++#include + + // The following macro works on both 32 and 64-bit platforms. + // Usage: instead of writing 0x1234567890123456