summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-04-12 21:42:42 +0000
committerDerick Rethans <derick@php.net>2004-04-12 21:42:42 +0000
commit2c259a79798e688c0fc2a03c2cc6e1789c608c0a (patch)
treeecb58033ccfa021f1e57c42d63695e5ed71f301a
parent33cdc9ed368beb5d185006d9aafda5e04de9cb23 (diff)
downloadphp-git-2c259a79798e688c0fc2a03c2cc6e1789c608c0a.tar.gz
- Add fontpath for win98/XP (Patch by Friedhelm Betz)
-rw-r--r--ext/gd/libgd/gd.h2
1 files changed, 1 insertions, 1 deletions
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