config_types.h.in
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #ifndef __CONFIG_TYPES_H__
  2. #define __CONFIG_TYPES_H__
  3. /* these are filled in by configure */
  4. typedef @SIZE16@ ogg_int16_t;
  5. typedef @USIZE16@ ogg_uint16_t;
  6. typedef @SIZE32@ ogg_int32_t;
  7. typedef @USIZE32@ ogg_uint32_t;
  8. typedef @SIZE64@ ogg_int64_t;
  9. #endif