mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 695240 - ogg_int64_t should be 64-bit everywhere. r=derf r=rillian
This commit is contained in:
parent
b367716cd2
commit
0d7fbf52b1
@ -20,6 +20,6 @@ typedef short ogg_int16_t;
|
||||
typedef unsigned short ogg_uint16_t;
|
||||
typedef int ogg_int32_t;
|
||||
typedef unsigned int ogg_uint32_t;
|
||||
typedef long ogg_int64_t;
|
||||
typedef long long ogg_int64_t;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user