From 834caa2fb127dfd098fb81650ef5fbcd3226fe96 Mon Sep 17 00:00:00 2001 From: ivo Date: Wed, 4 Jun 2008 03:27:18 +0000 Subject: Build support for Haiku. Patch by scottmc at gmail. Closes #1371. svn path=/trunk/ogg/; revision=14997 --- include/ogg/os_types.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index 2f52c2f..906cf32 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -75,6 +75,16 @@ typedef u_int32_t ogg_uint32_t; typedef int64_t ogg_int64_t; +#elif defined(__HAIKU__) + + /* Haiku */ +# include + typedef short ogg_int16_t; + typedef unsigned short ogg_uint16_t; + typedef int ogg_int32_t; + typedef unsigned int ogg_uint32_t; + typedef long long ogg_int64_t; + #elif defined(__BEOS__) /* Be */ -- cgit v1.2.1