mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix build on Windows
This commit is contained in:
parent
6b55e7324e
commit
bfba840e42
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user