fmk Sun Jan 5 23:29:33 2003 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Nuke warning, on Win32 build Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.18 php4/ext/gd/libgd/gdft.c:1.19 --- php4/ext/gd/libgd/gdft.c:1.18 Sun Jan 5 19:47:40 2003 +++ php4/ext/gd/libgd/gdft.c Sun Jan 5 23:29:33 2003 @@ -19,7 +19,7 @@ #endif #ifdef WIN32 -extern int access(const char *pathname, int mode); +#define access _access #ifndef R_OK #define R_OK 2 #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php