mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
bad9806687
At least other BSDs still fail with file/file_util.cpp: In function 'bool exists(const string&)': file/file_util.cpp:172:16: error: aggregate 'exists(const string&)::stat64 file_info' has incomplete type and cannot be defined struct stat64 file_info; ^ file/file_util.cpp:177:46: error: invalid use of incomplete type 'struct exists(const string&)::stat64' int result = stat64(copy.c_str(), &file_info); ^ file/file_util.cpp:172:9: note: forward declaration of 'struct exists(const string&)::stat64' struct stat64 file_info; ^ file/file_util.cpp: In function 'bool getFileInfo(const char*, FileInfo*)': file/file_util.cpp:207:16: error: aggregate 'getFileInfo(const char*, FileInfo*)::stat64 file_info' has incomplete type and cannot be defined struct stat64 file_info; ^ file/file_util.cpp:212:46: error: invalid use of incomplete type 'struct getFileInfo(const char*, FileInfo*)::stat64' int result = stat64(copy.c_str(), &file_info); ^ file/file_util.cpp:207:9: note: forward declaration of 'struct getFileInfo(const char*, FileInfo*)::stat64' struct stat64 file_info; ^ |
||
---|---|---|
.. | ||
chunk_file.cpp | ||
chunk_file.h | ||
CMakeLists.txt | ||
dialog.cpp | ||
dialog.h | ||
easy_file.cpp | ||
easy_file.h | ||
fd_util.cpp | ||
fd_util.h | ||
file_util.cpp | ||
file_util.h | ||
ini_file.cpp | ||
ini_file.h | ||
path.cpp | ||
path.h | ||
vfs.h | ||
zip_read.cpp | ||
zip_read.h |