changeset 15455:5fed6f245cc3

Update with Jindrich's latest change.
author diego
date Sat, 14 May 2005 10:05:09 +0000
parents c5963db9e341
children 67f45112c49c
files tremor/tremor.diff
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tremor/tremor.diff	Sat May 14 09:17:32 2005 +0000
+++ b/tremor/tremor.diff	Sat May 14 10:05:09 2005 +0000
@@ -26,7 +26,7 @@
 diff -ur orig/os_types.h mod-2004-01-05/os_types.h
 --- orig/os_types.h	2005-01-04 16:29:02.000000000 +0100
 +++ mod-2004-01-05/os_types.h	2005-01-05 10:39:07.000000000 +0100
-@@ -32,57 +32,10 @@
+@@ -32,57 +32,11 @@
  #define _ogg_realloc realloc
  #define _ogg_free    free
  
@@ -85,6 +85,7 @@
 -#endif
 +   typedef int32_t ogg_int32_t;
 +   typedef uint32_t ogg_uint32_t;
++   typedef uint16_t ogg_uint16_t;
 +   typedef int16_t ogg_int16_t;
  
  #endif  /* _OS_TYPES_H */