3rdparty:freetype: Use zlib in 3rdparty instead of internal version

Reduces the GSdx DLL size slightly (14kb with VS2017)
This commit is contained in:
Jonathan Li 2017-03-21 19:14:49 +00:00
parent 67d9436f22
commit 4fff0e952c
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ FT_BEGIN_HEADER
/* Do not #undef this macro here since the build system might define */
/* it for certain configurations only. */
/* */
/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
#define FT_CONFIG_OPTION_SYSTEM_ZLIB
/*************************************************************************/