From c3e259f4d29e9bdcb73617ad8e4d71f117b4d289 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 13:28:39 +0800 Subject: +freetype --- ThirdParty/freetype/include/ft2build.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'ThirdParty/freetype/include/ft2build.h') 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 - * #include FT_FREETYPE_H + * #include * ``` * */ -- cgit v1.1-26-g67d0