From e33e19d0587146859d48a134ec9fd94e7b7ba5cd Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 14:53:40 +0000 Subject: Initial upload --- oggvorbis/include/ogg/config_types.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 oggvorbis/include/ogg/config_types.h (limited to 'oggvorbis/include/ogg/config_types.h') diff --git a/oggvorbis/include/ogg/config_types.h b/oggvorbis/include/ogg/config_types.h new file mode 100644 index 0000000..496e900 --- /dev/null +++ b/oggvorbis/include/ogg/config_types.h @@ -0,0 +1,11 @@ +#ifndef __CONFIG_TYPES_H__ +#define __CONFIG_TYPES_H__ + +/* these are filled in by configure */ +typedef int16_t ogg_int16_t; +typedef u_int16_t ogg_uint16_t; +typedef int32_t ogg_int32_t; +typedef u_int32_t ogg_uint32_t; +typedef int64_t ogg_int64_t; + +#endif -- cgit v1.1