From: Derick Rethans Date: Mon, 12 Apr 2004 21:42:42 +0000 (+0000) Subject: - Add fontpath for win98/XP (Patch by Friedhelm Betz) X-Git-Tag: php-5.0.0RC2RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c259a79798e688c0fc2a03c2cc6e1789c608c0a;p=php - Add fontpath for win98/XP (Patch by Friedhelm Betz) --- diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index 32e377cb57..a4bdf2ab96 100644 --- a/ext/gd/libgd/gd.h +++ b/ext/gd/libgd/gd.h @@ -11,7 +11,7 @@ extern "C" { #define PATHSEPARATOR ":" #else /* default fontpath for windows systems */ -#define DEFAULT_FONTPATH "c:\\winnt\\fonts;." +#define DEFAULT_FONTPATH "c:\\winnt\\fonts;c:\\windows\\fonts;." #define PATHSEPARATOR ";" #endif