[xiph-cvs] cvs commit: ogg/include/ogg os_types.h
Monty
xiphmont at xiph.org
Mon Sep 1 22:09:14 PDT 2003
xiphmont 03/09/02 01:09:14
Modified: include/ogg os_types.h
Log:
Patch to add types for DJGPP
Revision Changes Path
1.14 +9 -1 ogg/include/ogg/os_types.h
Index: os_types.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/os_types.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- os_types.h 23 May 2003 09:41:40 -0000 1.13
+++ os_types.h 2 Sep 2003 05:09:14 -0000 1.14
@@ -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 */
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list