Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/include/ogg/config_types.h @ 19

Last change on this file since 19 was 19, checked in by landauf, 16 years ago
File size: 257 bytes
Line 
1#ifndef __CONFIG_TYPES_H__
2#define __CONFIG_TYPES_H__
3
4/* these are filled in by configure */
5typedef short ogg_int16_t;
6typedef unsigned short ogg_uint16_t;
7typedef int ogg_int32_t;
8typedef unsigned int ogg_uint32_t;
9typedef long long ogg_int64_t;
10
11#endif
Note: See TracBrowser for help on using the repository browser.