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
commit032c6e0b1a1fccab6d4a47b106bf2a0bd52f7b91 (patch)
treefe6a702f3974c77eba310211f52bd9f47d8f24d1 /include
parent6605f89786be9f0b153f77cccc663de46d2246fd (diff)
downloadogg-git-032c6e0b1a1fccab6d4a47b106bf2a0bd52f7b91.tar.gz
Patch to add types for DJGPP
svn path=/trunk/ogg/; revision=5281
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 */