From: Edin Kadribasic Date: Fri, 14 Jun 2002 14:48:33 +0000 (+0000) Subject: Use some more sane paths for win32 version. X-Git-Tag: php5_5_0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e44ab0308d1606f2b3e1a24fa9f256c39ef8cc4;p=php Use some more sane paths for win32 version. --- diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index 8dfb301e02..9f67185649 100644 --- a/ext/gd/libgd/gd.h +++ b/ext/gd/libgd/gd.h @@ -5,9 +5,15 @@ extern "C" { #endif +#ifndef WIN32 /* default fontpath for unix systems */ #define DEFAULT_FONTPATH "/usr/share/fonts/truetype" #define PATHSEPARATOR ":" +#else +/* default fontpath for windows systems */ +#define DEFAULT_FONTPATH "c:\\winnt\\fonts" +#define PATHSEPARATOR ";" +#endif /* gd.h: declarations file for the graphic-draw module. * Permission to use, copy, modify, and distribute this software and its