From: Derick Rethans Date: Mon, 12 Apr 2004 21:43:19 +0000 (+0000) Subject: - MFH: Add default fontpath for win98/xp X-Git-Tag: php-4.3.6~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09d953295206d0131437124f5f8a467bede26c5a;p=php - MFH: Add default fontpath for win98/xp --- diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index ac7a8092b4..d167c89730 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