OSDN Git Service

wwww
[proj16/16.git] / src / lib / doslib / ext / speex / speex_config_types.h
1 #ifndef __SPEEX_TYPES_H__
2 #define __SPEEX_TYPES_H__
3
4 /* these are filled in by configure */
5 typedef short spx_int16_t;
6 typedef unsigned short spx_uint16_t;
7 typedef int spx_int32_t;
8 typedef unsigned int spx_uint32_t;
9
10 #endif
11