summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-04-03 11:31:22 +0200
committerWerner Lemberg <wl@gnu.org>2018-04-03 11:31:22 +0200
commit578dafd6b4932d2c541cb4e2d446082800f3cf76 (patch)
tree688ee0b4f70e0170d872616728b8d426fba32581
parent7109495c5e6cd79f9b97d6773f4111ed0aeff99b (diff)
downloadfreetype2-578dafd6b4932d2c541cb4e2d446082800f3cf76.tar.gz
Minor comment improvement.
-rw-r--r--include/freetype/config/ftoption.h4
1 files changed, 4 insertions, 0 deletions
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). */
/* */