sebastian Sat Nov 16 03:30:31 2002 EDT Modified files: /php4/ext/standard html.c Log: Fix Win32 build. Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.64 php4/ext/standard/html.c:1.65 --- php4/ext/standard/html.c:1.64 Fri Nov 15 11:13:36 2002 +++ php4/ext/standard/html.c Sat Nov 16 03:30:31 2002 @@ -18,10 +18,14 @@ +----------------------------------------------------------------------+ */ -/* $Id: html.c,v 1.64 2002/11/15 16:13:36 moriyoshi Exp $ */ +/* $Id: html.c,v 1.65 2002/11/16 08:30:31 sebastian Exp $ */ #include "php.h" +#if PHP_WIN32 +#include "config.w32.h" +#else #include "php_config.h" +#endif #include "reg.h" #include "html.h" #include "php_string.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php