diff options
Diffstat (limited to 'ThirdParty/freetype/include/ft2build.h')
-rw-r--r-- | ThirdParty/freetype/include/ft2build.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ThirdParty/freetype/include/ft2build.h b/ThirdParty/freetype/include/ft2build.h index e3f4887..62686b1 100644 --- a/ThirdParty/freetype/include/ft2build.h +++ b/ThirdParty/freetype/include/ft2build.h @@ -4,7 +4,7 @@ * * FreeType 2 build and setup macros. * - * Copyright (C) 1996-2019 by + * Copyright (C) 1996-2021 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, @@ -18,16 +18,14 @@ /************************************************************************** * - * This is the 'entry point' for FreeType header file inclusions. It is - * the only header file which should be included directly; all other - * FreeType header files should be accessed with macro names (after - * including `ft2build.h`). + * This is the 'entry point' for FreeType header file inclusions, to be + * loaded before all other header files. * * A typical example is * * ``` * #include <ft2build.h> - * #include FT_FREETYPE_H + * #include <freetype/freetype.h> * ``` * */ |