Correct the name of the controlling macro (was __FTXF86_H__ ...)
This commit is contained in:
parent
53bb57b55d
commit
45e31802ca
|
@ -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
|
||||
|
|
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue