Prepare source code for amalgamation.

* include\freetype\freetype.h: Swap order of preprocessor blocks.
2.6.5
Vinnie Falco 13 years ago committed by Werner Lemberg
parent 50ed33e537
commit 9e287894cd
  1. 6
      ChangeLog
  2. 8
      include/freetype/freetype.h

@ -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.

@ -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

Loading…
Cancel
Save