Skip to content

Commit c48c278

Browse files
committed
LIBFREETYPE: Better to patch than bump version as in 1caf8dd
1 parent 8c014d7 commit c48c278

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- src/gzip/ftzconf.h
2+
+++ src/gzip/ftzconf.h
3+
@@ -215,7 +215,7 @@
4+
# define FAR
5+
#endif
6+
7+
-#if !defined(MACOS) && !defined(TARGET_OS_MAC)
8+
+#if !defined(__MACTYPES__)
9+
typedef unsigned char Byte; /* 8 bits */
10+
#endif
11+
typedef unsigned int uInt; /* 16 bits or more */

0 commit comments

Comments
 (0)