examples/sfexamples/oggvorbiscodec/src/tremor/config_types.h

00001 /********************************************************************
00002  *                                                                  *
00003  * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE.   *
00004  *                                                                  *
00005  * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
00006  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
00007  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
00008  *                                                                  *
00009  * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002    *
00010  * BY THE Xiph.Org FOUNDATION http://www.xiph.org/                  *
00011  *                                                                  *
00012  ********************************************************************
00013 
00014  function: #ifdef jail to whip a few platforms into the UNIX ideal.
00015 
00016  ********************************************************************/
00017 #ifndef _OS_CVTYPES_H
00018 #define _OS_CVTYPES_H
00019 
00020 typedef long long ogg_int64_t;
00021 typedef int ogg_int32_t;
00022 typedef unsigned int ogg_uint32_t;
00023 typedef short ogg_int16_t;
00024 
00025 #endif

Generated by  doxygen 1.6.2