From: Pierre Joye Date: Wed, 11 Apr 2007 11:45:19 +0000 (+0000) Subject: - add HAVE_GD_FONTMUTEX and HAVE_GD_FONTCACHESHUTDOWN to win32 build X-Git-Tag: RELEASE_1_1_0~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b25f38a07c0d4d7e309e69024f4793799d0ab61;p=php - add HAVE_GD_FONTMUTEX and HAVE_GD_FONTCACHESHUTDOWN to win32 build --- diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index 7d7e5b5f96..dc76e63f18 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -39,6 +39,8 @@ if (PHP_GD != "no") { /D HAVE_GD_IMAGESETTILE=1 \ /D HAVE_GD_FONTMUTEX=1 \ /D HAVE_LIBFREETYPE=1 \ +/D HAVE_GD_FONTCACHESHUTDOWN=1 \ +/D HAVE_GD_FONTMUTEX=1 \ /D HAVE_GD_JPG \ /D HAVE_GD_PNG \ /D HAVE_GD_STRINGFTEX=1 \