Bug 1365460 - Don't define integer types that MSVC >= 2015 know about. r=njn

--HG--
extra : rebase_source : 6a13970a477fda647eaed1dc381ecb993297922f
This commit is contained in:
Mike Hommey 2017-05-18 12:09:38 +09:00
parent d3f17931b7
commit 61860e7f63

View File

@ -192,10 +192,6 @@ getenv(const char *name)
return (NULL);
}
typedef unsigned char uint8_t;
typedef unsigned uint32_t;
typedef unsigned long long uint64_t;
typedef unsigned long long uintmax_t;
#if defined(_WIN64)
typedef long long ssize_t;
#else