shithub: freetype+ttf2subf

Download patch

ref: fc2f3c3edebb358db89de7d99a07ad8b668ed2ce
parent: 9967dce2b22aef49bb51ca78631e87857b521e08
author: Antoine Leca <[email protected]>
date: Fri Nov 29 07:56:49 EST 2002

Correct the name of the controlling macro (was __FTXF86_H__ ...)

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-29  Antoine Leca  <Antoine-FreetypeLeca-Marti.org>
+
+        * include/freetype/ftgzip.h: Correct the name of the controlling
+        macro (was __FTXF86_H__ ...)
+
 2002-11-23  David Turner  <[email protected]>
 
         * src/cff/cffload.c (cff_charser_load): modified charset loader to
--- a/include/freetype/ftgzip.h
+++ b/include/freetype/ftgzip.h
@@ -16,8 +16,8 @@
 /***************************************************************************/
 
 
-#ifndef __FTXF86_H__
-#define __FTXF86_H__
+#ifndef __FTGZIP_H__
+#define __FTGZIP_H__
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
@@ -83,4 +83,4 @@
 
 FT_END_HEADER
 
-#endif /* __FTXF86_H__ */
+#endif /* __FTGZIP_H__ */