stas Mon Jun 5 08:45:50 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/main internal_functions_win32.c
Log:
fix typo
http://cvs.php.net/viewcvs.cgi/php-src/main/internal_functions_win32.c?r1=1.87.2.2&r2=1.87.2.3&diff_format=u
Index: php-src/main/internal_functions_win32.c
diff -u php-src/main/internal_functions_win32.c:1.87.2.2
php-src/main/internal_functions_win32.c:1.87.2.3
--- php-src/main/internal_functions_win32.c:1.87.2.2 Mon Jun 5 08:30:54 2006
+++ php-src/main/internal_functions_win32.c Mon Jun 5 08:45:50 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: internal_functions_win32.c,v 1.87.2.2 2006/06/05 08:30:54 stas Exp $ */
+/* $Id: internal_functions_win32.c,v 1.87.2.3 2006/06/05 08:45:50 stas Exp $ */
/* {{{ includes
*/
@@ -108,10 +108,10 @@
#ifdef HAVE_SPL
#include "ext/spl/php_spl.h"
#endif
-#ifdef HAVE_XML && HAVE_XMLREADER
+#if HAVE_XML && HAVE_XMLREADER
#include "ext/xmlreader/php_xmlreader.h"
#endif
-#ifdef HAVE_XML && HAVE_XMLWRITER
+#if HAVE_XML && HAVE_XMLWRITER
#include "ext/xmlwriter/php_xmlwriter.h"
#endif
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php