From: Kalle Sommer Nielsen Date: Sat, 30 Jul 2016 15:30:49 +0000 (+0200) Subject: Fix build on Windows X-Git-Tag: php-7.2.0alpha1~1558^2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfba840e42cff04046900b322ed50cdfd163608a;p=php Fix build on Windows --- diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 7861e95334..45898a8c0a 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -299,7 +299,7 @@ CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat) /* {{ WIN32_FILE_ATTRIBUTE_DATA data; LARGE_INTEGER t; const size_t path_len = strlen(path); - ALLOCA_FLAG(use_heap_large); + ALLOCA_FLAG(use_heap_large) wchar_t *pathw = php_win32_ioutil_any_to_w(path); if (!pathw) {