Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | /***************************************************************************/ |
michael@0 | 2 | /* */ |
michael@0 | 3 | /* ft2build.h */ |
michael@0 | 4 | /* */ |
michael@0 | 5 | /* FreeType 2 build and setup macros. */ |
michael@0 | 6 | /* */ |
michael@0 | 7 | /* Copyright 1996-2001, 2006, 2013 by */ |
michael@0 | 8 | /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
michael@0 | 9 | /* */ |
michael@0 | 10 | /* This file is part of the FreeType project, and may only be used, */ |
michael@0 | 11 | /* modified, and distributed under the terms of the FreeType project */ |
michael@0 | 12 | /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ |
michael@0 | 13 | /* this file you indicate that you have read the license and */ |
michael@0 | 14 | /* understand and accept it fully. */ |
michael@0 | 15 | /* */ |
michael@0 | 16 | /***************************************************************************/ |
michael@0 | 17 | |
michael@0 | 18 | |
michael@0 | 19 | /*************************************************************************/ |
michael@0 | 20 | /* */ |
michael@0 | 21 | /* This is the `entry point' for FreeType header file inclusions. It is */ |
michael@0 | 22 | /* the only header file which should be included directly; all other */ |
michael@0 | 23 | /* FreeType header files should be accessed with macro names (after */ |
michael@0 | 24 | /* including `ft2build.h'). */ |
michael@0 | 25 | /* */ |
michael@0 | 26 | /* A typical example is */ |
michael@0 | 27 | /* */ |
michael@0 | 28 | /* #include <ft2build.h> */ |
michael@0 | 29 | /* #include FT_FREETYPE_H */ |
michael@0 | 30 | /* */ |
michael@0 | 31 | /*************************************************************************/ |
michael@0 | 32 | |
michael@0 | 33 | |
michael@0 | 34 | #ifndef __FT2BUILD_H__ |
michael@0 | 35 | #define __FT2BUILD_H__ |
michael@0 | 36 | |
michael@0 | 37 | #include <config/ftheader.h> |
michael@0 | 38 | |
michael@0 | 39 | #endif /* __FT2BUILD_H__ */ |
michael@0 | 40 | |
michael@0 | 41 | |
michael@0 | 42 | /* END */ |