[matroska] r1011 - trunk/libebml/ebml/c
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-01-05 19:15:25 +0300 (Wed, 05 Jan 2005)
New Revision: 1011
Modified:
trunk/libebml/ebml/c/libebml_t.h
Log:
patches from the VLC repository
Modified: trunk/libebml/ebml/c/libebml_t.h
===================================================================
--- trunk/libebml/ebml/c/libebml_t.h 2005-01-05 16:14:08 UTC (rev 1010)
+++ trunk/libebml/ebml/c/libebml_t.h 2005-01-05 16:15:25 UTC (rev 1011)
@@ -72,6 +72,8 @@
typedef uint16_t uint16;
typedef uint8_t uint8;
# endif // __GNUC__
+#elif defined(__BEOS__)
+#include <SupportDefs.h>
#elif defined(DJGPP) /* SL : DJGPP doesn't support POSIX types ???? */
typedef signed long long int64;
typedef signed long int32;