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
commit4b05978e228f1eabfd86dee7b94b499fdc4f61ca (patch)
treec5d897cb95a0d0d256247f5a3115d00588983164 /include
parent8820ef79d5a2ca6b622deb9377c375bb33134428 (diff)
downloadogg-git-4b05978e228f1eabfd86dee7b94b499fdc4f61ca.tar.gz
Ryan Gordon's BeOS fixes.
svn path=/trunk/ogg/; revision=3678
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__)