From 4b05978e228f1eabfd86dee7b94b499fdc4f61ca Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 19 Jul 2002 08:25:51 +0000 Subject: Ryan Gordon's BeOS fixes. svn path=/trunk/ogg/; revision=3678 --- include/ogg/os_types.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index 3094d4d..229f202 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -11,7 +11,7 @@ ******************************************************************** function: #ifdef jail to whip a few platforms into the UNIX ideal. - last mod: $Id: os_types.h,v 1.10 2002/07/11 09:09:07 xiphmont Exp $ + last mod: $Id: os_types.h,v 1.11 2002/07/19 08:25:51 msmith Exp $ ********************************************************************/ #ifndef _OS_TYPES_H @@ -61,6 +61,10 @@ /* Be */ # include + typedef int16_t ogg_int16_t; + typedef int32_t ogg_int32_t; + typedef u_int32_t ogg_uint32_t; + typedef int64_t ogg_int64_t; #elif defined (__EMX__) -- cgit v1.2.1