]> granicus.if.org Git - php/commitdiff
- MFH: Add default fontpath for win98/xp
authorDerick Rethans <derick@php.net>
Mon, 12 Apr 2004 21:43:19 +0000 (21:43 +0000)
committerDerick Rethans <derick@php.net>
Mon, 12 Apr 2004 21:43:19 +0000 (21:43 +0000)
ext/gd/libgd/gd.h

index ac7a8092b4e75e12fc254d1dd7730bda4f516a71..d167c89730ee03382f8fa26057fed9334800c245 100644 (file)
@@ -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