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

This commit is contained in:
Antoine Leca 2002-11-29 12:56:49 +00:00
parent 53bb57b55d
commit 45e31802ca
2 changed files with 8 additions and 3 deletions

View File

@ -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 <david@freetype.org>
* src/cff/cffload.c (cff_charser_load): modified charset loader to

View File

@ -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_BEGIN_HEADER
FT_END_HEADER
#endif /* __FTXF86_H__ */
#endif /* __FTGZIP_H__ */