author | Matthew Gregan <kinetik@flim.org> |
Tue, 11 Nov 2014 14:35:08 +1300 | |
changeset 215137 | a02407bfde3bb56105a15dbcd2a8487c1f6e7d2b |
parent 215136 | 849a71ebcf665ac1dc632d243226e9af43f12850 |
child 215138 | f92fbac59bcf4b6e7377535ffadac669bfa3818b |
push id | 51669 |
push user | mgregan@mozilla.com |
push date | Wed, 12 Nov 2014 02:37:24 +0000 |
treeherder | mozilla-inbound@a02407bfde3b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | cajbir |
bugs | 1096721 |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/media/libnestegg/include/nestegg-stdint.h +++ b/media/libnestegg/include/nestegg-stdint.h @@ -1,10 +1,5 @@ -#ifdef _WIN32 -typedef __int64 int64_t; -typedef unsigned __int64 uint64_t; -#if !defined(INT64_MAX) -#define INT64_MAX 9223372036854775807LL -#endif -#else +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + #include <stdint.h> -#endif -