aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/base/ftsystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/base/ftsystem.c')
-rw-r--r--freetype/src/base/ftsystem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/freetype/src/base/ftsystem.c b/freetype/src/base/ftsystem.c
index 3b241d0a6..7dfd52c32 100644
--- a/freetype/src/base/ftsystem.c
+++ b/freetype/src/base/ftsystem.c
@@ -4,7 +4,7 @@
/* */
/* ANSI-specific FreeType low-level system interface (body). */
/* */
-/* Copyright 1996-2001, 2002, 2006, 2008, 2009, 2010 by */
+/* Copyright 1996-2002, 2006, 2008-2011 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -137,6 +137,7 @@
/* */
/*************************************************************************/
+#ifndef FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT
/*************************************************************************/
/* */
@@ -267,6 +268,7 @@
return FT_Err_Ok;
}
+#endif /* !FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */
#ifdef FT_DEBUG_MEMORY