misc/libtremor/tremor/config_types.h
changeset 7849 a12155461b34
parent 7697 767d3c4153a1
equal deleted inserted replaced
7848:775a72905708 7849:a12155461b34
    19 
    19 
    20 typedef long long ogg_int64_t;
    20 typedef long long ogg_int64_t;
    21 typedef int ogg_int32_t;
    21 typedef int ogg_int32_t;
    22 typedef unsigned int ogg_uint32_t;
    22 typedef unsigned int ogg_uint32_t;
    23 typedef short ogg_int16_t;
    23 typedef short ogg_int16_t;
    24 typedef unsigned short ogg_uint16_t;
       
    25 
    24 
    26 #endif
    25 #endif