pajoye          Thu Apr 30 09:12:26 2009 UTC

  Modified files:              
    /php-src/main       main.c 
  Log:
  - fix build (Marcus, fix re2c please)
  
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.796&r2=1.797&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.796 php-src/main/main.c:1.797
--- php-src/main/main.c:1.796   Tue Apr 28 07:13:43 2009
+++ php-src/main/main.c Thu Apr 30 09:12:26 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.796 2009/04/28 07:13:43 dmitry Exp $ */
+/* $Id: main.c,v 1.797 2009/04/30 09:12:26 pajoye Exp $ */
 
 /* {{{ includes
  */
@@ -96,6 +96,9 @@
 #  define PAGE_SIZE 4096
 # endif
 #endif
+#ifdef PHP_WIN32
+# define PAGE_SIZE 4096
+#endif
 /* }}} */
 
 PHPAPI int (*php_register_internal_extensions_func)(TSRMLS_D) = 
php_register_internal_extensions;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to