From 578dafd6b4932d2c541cb4e2d446082800f3cf76 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 3 Apr 2018 11:31:22 +0200 Subject: [PATCH] Minor comment improvement. --- include/freetype/config/ftoption.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index a5cb7fff2..4bcab2af5 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -82,6 +82,10 @@ FT_BEGIN_HEADER /* to control the various font drivers and modules. The controllable */ /* properties are listed in the section @properties. */ /* */ + /* You have to undefine this configuration option on platforms that lack */ + /* the concept of environment variables (and thus don't have the */ + /* `getenv' function), for example Windows CE. */ + /* */ /* `FREETYPE_PROPERTIES' has the following syntax form (broken here into */ /* multiple lines for better readability). */ /* */