shithub: freetype+ttf2subf

Download patch

ref: 9e287894cd08374fc9bcafb677302464113206b4
parent: 50ed33e53712b45508b4f3802d715450577e1dda
author: Vinnie Falco <[email protected]>
date: Sat Mar 10 02:31:58 EST 2012

Prepare source code for amalgamation.

* include\freetype\freetype.h: Swap order of preprocessor blocks.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-09  Vinnie Falco  <[email protected]>
+
+	Prepare source code for amalgamation.
+
+	* include\freetype\freetype.h: Swap order of preprocessor blocks.
+
 2012-03-08  Werner Lemberg  <[email protected]>
 
 	* Version 2.4.9 released.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -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."
@@ -23,10 +27,6 @@
 #error "  #include <ft2build.h>"
 #error "  #include FT_FREETYPE_H"
 #endif
-
-
-#ifndef __FREETYPE_H__
-#define __FREETYPE_H__
 
 
 #include <ft2build.h>