libebml_t.h: use C99 integer typedefs instead of the BSD ones
Patch by Ed Schouten <ed@nuxi.nl>.
This commit is contained in:
parent
bb8ad783b5
commit
07d3436342
@ -108,10 +108,10 @@ extern "C" {
|
||||
typedef int16_t int16;
|
||||
typedef int8_t int8;
|
||||
typedef int8_t character;
|
||||
typedef u_int64_t uint64;
|
||||
typedef u_int32_t uint32;
|
||||
typedef u_int16_t uint16;
|
||||
typedef u_int8_t uint8;
|
||||
typedef uint64_t uint64;
|
||||
typedef uint32_t uint32;
|
||||
typedef uint16_t uint16;
|
||||
typedef uint8_t uint8;
|
||||
#endif /* anything else */
|
||||
|
||||
typedef uint8 binary;
|
||||
|
Loading…
Reference in New Issue
Block a user