From db03ac036a6710a918d5d3f5a3a71c3be2683b3d Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 20 Jul 2008 19:00:35 +0000 Subject: [PATCH] Fixed #44849 (imagecolorclosesthwb() is not available on Windows) --- ext/gd/config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index 71ad329423..15033c0488 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -53,6 +53,7 @@ if (PHP_GD != "no") { /D HAVE_LIBFREETYPE=1 \ /D HAVE_LIBJPEG \ /D HAVE_LIBPNG \ +/D HAVE_COLORCLOSESTHWB \ /D USE_GD_IMGSTRTTF \ /D MSWIN32 \ "); -- 2.50.1