diff options
author | marha <marha@users.sourceforge.net> | 2011-09-05 09:59:28 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-05 09:59:28 +0200 |
commit | 8d96b52ac5e6ec4b6a127a8324c803bcf2732c45 (patch) | |
tree | 2c92627c75d6a773f425f924712828d459459aaa /freetype/devel | |
parent | 324c1ed4069c7d49d0ff7c63261281148f9b6cd8 (diff) | |
download | vcxsrv-8d96b52ac5e6ec4b6a127a8324c803bcf2732c45.tar.gz vcxsrv-8d96b52ac5e6ec4b6a127a8324c803bcf2732c45.tar.bz2 vcxsrv-8d96b52ac5e6ec4b6a127a8324c803bcf2732c45.zip |
freetype 2.4.6
Diffstat (limited to 'freetype/devel')
-rw-r--r-- | freetype/devel/ftoption.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/freetype/devel/ftoption.h b/freetype/devel/ftoption.h index a84f650af..4da0221db 100644 --- a/freetype/devel/ftoption.h +++ b/freetype/devel/ftoption.h @@ -205,6 +205,17 @@ FT_BEGIN_HEADER /*************************************************************************/ /* */ + /* Define to disable the use of file stream functions and types, FILE, */ + /* fopen() etc. Enables the use of smaller system libraries on embedded */ + /* systems that have multiple system libraries, some with or without */ + /* file stream support, in the cases where file stream support is not */ + /* necessary such as memory loading of font files. */ + /* */ +/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */ + + + /*************************************************************************/ + /* */ /* DLL export compilation */ /* */ /* When compiling FreeType as a DLL, some systems/compilers need a */ |