summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2003-09-02 05:09:14 +0000
committerMonty <xiphmont@xiph.org>2003-09-02 05:09:14 +0000
commite3e67f8c7f322b0036f7a5376f88be2f372cd8c7 (patch)
treefe6a702f3974c77eba310211f52bd9f47d8f24d1 /include
parent772b83d962b277c624db8adac181cbb3cb114d95 (diff)
downloadogg-e3e67f8c7f322b0036f7a5376f88be2f372cd8c7.tar.gz
Patch to add types for DJGPP
git-svn-id: http://svn.xiph.org/trunk/ogg@5281 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
index fd2fa7f..92ccb4b 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.13 2003/05/23 09:41:40 msmith Exp $
+ last mod: $Id: os_types.h,v 1.14 2003/09/02 05:09:14 xiphmont Exp $
********************************************************************/
#ifndef _OS_TYPES_H
@@ -80,6 +80,14 @@
typedef unsigned int ogg_uint32_t;
typedef long long ogg_int64_t;
+#elif defined (DJGPP)
+
+ /* DJGPP */
+ typedef short ogg_int16_t;
+ typedef int ogg_int32_t;
+ typedef unsigned int ogg_uint32_t;
+ typedef long long ogg_int64_t;
+
#elif defined(R5900)
/* PS2 EE */