vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

config_types.h (354B)


      1 /* This file is normally generated by libogg's configure script,
      2  * but here we just hard-code it for vx32. */
      3 #ifndef __CONFIG_TYPES_H__
      4 #define __CONFIG_TYPES_H__
      5 
      6 typedef signed short		ogg_int16_t;
      7 typedef unsigned short		ogg_uint16_t;
      8 typedef signed int		ogg_int32_t;
      9 typedef unsigned int		ogg_uint32_t;
     10 typedef signed long long	ogg_int64_t;
     11 
     12 #endif