summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2002-07-19 08:25:51 +0000
committerMike Smith <msmith@xiph.org>2002-07-19 08:25:51 +0000
commit325801fea95ba8c6b87a7c539a60d368b5b9b040 (patch)
treec5d897cb95a0d0d256247f5a3115d00588983164 /include
parentd610847941f0950f712cde52745690f3165b863e (diff)
downloadogg-325801fea95ba8c6b87a7c539a60d368b5b9b040.tar.gz
Ryan Gordon's BeOS fixes.
git-svn-id: http://svn.xiph.org/trunk/ogg@3678 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h6
1 files changed, 5 insertions, 1 deletions
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 <inttypes.h>
+ 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__)