summaryrefslogtreecommitdiff
path: root/converters/TECkit/patches/patch-source_Public-headers_TECkit__Common.h
blob: 8280971546bd78d1bcc2735b11623579869790f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-source_Public-headers_TECkit__Common.h,v 1.1 2012/09/25 11:18:27 sbd Exp $

--- source/Public-headers/TECkit_Common.h.orig	2012-09-25 11:11:23.054232507 +0000
+++ source/Public-headers/TECkit_Common.h
@@ -33,7 +33,10 @@ History:
 typedef unsigned char			UInt8;
 typedef unsigned short			UInt16;
 typedef unsigned int			UInt32;	/* NB: assumes int is 4 bytes */
+/* zconf.h defines 'Byte' */
+#ifndef ZCONF_H	
 typedef UInt8					Byte;
+#endif
 typedef Byte*					BytePtr;
 typedef UInt16					UniChar;