[xiph-cvs] cvs commit: ogg/include/ogg os_types.h
Michael Smith
msmith at xiph.org
Fri Jul 19 01:25:51 PDT 2002
msmith 02/07/19 01:25:51
Modified: include/ogg os_types.h
Log:
Ryan Gordon's BeOS fixes.
Revision Changes Path
1.11 +5 -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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- os_types.h 2002/07/11 09:09:07 1.10
+++ os_types.h 2002/07/19 08:25:51 1.11
@@ -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__)
<p><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