Ticket #23030: patch-lzma-C-Types.h

File patch-lzma-C-Types.h, 416 bytes (added by jlaurila@…, 14 years ago)
Line 
1--- ../lrzip-0.42-orig/lzma/C/Types.h   2009-11-29 23:17:48.000000000 +0200
2+++ lzma/C/Types.h      2009-12-25 16:20:29.000000000 +0200
3@@ -52,7 +52,11 @@
4 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; }
5 #endif
6 
7+/* zconf.h defines Byte. Don't redefine if it's included. */
8+#ifndef ZCONF_H
9 typedef unsigned char Byte;
10+#endif
11+
12 typedef short Int16;
13 typedef unsigned short UInt16;
14