forked from minhngoc25a/freetype2
* include/freetype/cache/ftcglyph.h: Don't include stddef.h.
* include/freetype/freetype.h: Fix check for ft2build.h.
This commit is contained in:
parent
2169a9d906
commit
b6e7ed6c57
|
@ -1,3 +1,9 @@
|
|||
2003-11-02 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* include/freetype/cache/ftcglyph.h: Don't include stddef.h.
|
||||
|
||||
* include/freetype/freetype.h: Fix check for ft2build.h.
|
||||
|
||||
2003-11-01 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* include/freetype/freetype.h: Check that ft2build.h has been
|
||||
|
|
|
@ -50,8 +50,6 @@
|
|||
#include FT_CACHE_H
|
||||
#include FT_CACHE_MANAGER_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
FT_BEGIN_HEADER
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
/***************************************************************************/
|
||||
|
||||
|
||||
#ifndef __FT2_BUILD_GENERIC_H__
|
||||
#ifndef FT_FREETYPE_H
|
||||
#error "`ft2build.h' hasn't been included yet!"
|
||||
#error "Please always use macros to include FreeType header files."
|
||||
#error "Example:"
|
||||
|
|
Loading…
Reference in New Issue