sebastian               Sat Nov 16 03:32:11 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/standard  html.c 
  Log:
  MFH
  
  
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.63.2.1 php4/ext/standard/html.c:1.63.2.2
--- php4/ext/standard/html.c:1.63.2.1   Fri Nov 15 11:29:03 2002
+++ php4/ext/standard/html.c    Sat Nov 16 03:32:11 2002
@@ -18,10 +18,14 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: html.c,v 1.63.2.1 2002/11/15 16:29:03 moriyoshi Exp $ */
+/* $Id: html.c,v 1.63.2.2 2002/11/16 08:32:11 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

Reply via email to