From 325801fea95ba8c6b87a7c539a60d368b5b9b040 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. git-svn-id: http://svn.xiph.org/trunk/ogg@3678 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- 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