Adam Debreceni created MINIFICPP-1509: -----------------------------------------
Summary: Use _stat64 on Windows to query files larger than 2GB
Key: MINIFICPP-1509
URL: https://issues.apache.org/jira/browse/MINIFICPP-1509
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Adam Debreceni
Currently we use _stat to handle files, this imposes a limitation on the file
size as it is stored in 4 bytes. We should use _stat64 on windows.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
