Prepare source code for amalgamation.

* include\freetype\freetype.h: Swap order of preprocessor blocks.
This commit is contained in:
Vinnie Falco 2012-03-10 07:31:58 +01:00 committed by Werner Lemberg
parent 50ed33e537
commit 9e287894cd
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2012-03-09 Vinnie Falco <vinnie.falco@gmail.com>
Prepare source code for amalgamation.
* include\freetype\freetype.h: Swap order of preprocessor blocks.
2012-03-08 Werner Lemberg <wl@gnu.org>
* Version 2.4.9 released.

View File

@ -16,6 +16,10 @@
/***************************************************************************/
#ifndef __FREETYPE_H__
#define __FREETYPE_H__
#ifndef FT_FREETYPE_H
#error "`ft2build.h' hasn't been included yet!"
#error "Please always use macros to include FreeType header files."
@ -25,10 +29,6 @@
#endif
#ifndef __FREETYPE_H__
#define __FREETYPE_H__
#include <ft2build.h>
#include FT_CONFIG_CONFIG_H
#include FT_ERRORS_H