We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c014d7 commit c48c278Copy full SHA for c48c278
libraries/libfreetype/ftzconf.patch
@@ -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
11
+ typedef unsigned int uInt; /* 16 bits or more */
0 commit comments