]> granicus.if.org Git - php/commitdiff
- fix build (Marcus, fix re2c please)
authorPierre Joye <pajoye@php.net>
Thu, 30 Apr 2009 09:11:00 +0000 (09:11 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 30 Apr 2009 09:11:00 +0000 (09:11 +0000)
main/main.c

index 107be035c35a0ade513bf6e2b9b03738f036df61..63ca21887fc28ddc91b918ab9c092d19447adc91 100644 (file)
@@ -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;