Correct the name of the controlling macro (was __FTXF86_H__ ...)
This commit is contained in:
parent
9967dce2b2
commit
fc2f3c3ede
|
@ -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>
|
2002-11-23 David Turner <david@freetype.org>
|
||||||
|
|
||||||
* src/cff/cffload.c (cff_charser_load): modified charset loader to
|
* src/cff/cffload.c (cff_charser_load): modified charset loader to
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __FTXF86_H__
|
#ifndef __FTGZIP_H__
|
||||||
#define __FTXF86_H__
|
#define __FTGZIP_H__
|
||||||
|
|
||||||
#include <ft2build.h>
|
#include <ft2build.h>
|
||||||
#include FT_FREETYPE_H
|
#include FT_FREETYPE_H
|
||||||
|
@ -83,4 +83,4 @@ FT_BEGIN_HEADER
|
||||||
|
|
||||||
FT_END_HEADER
|
FT_END_HEADER
|
||||||
|
|
||||||
#endif /* __FTXF86_H__ */
|
#endif /* __FTGZIP_H__ */
|
||||||
|
|
Loading…
Reference in New Issue