ppsspp/file
Jan Beich bad9806687 file: extend #ifdef for any recent Unix with large file support by default
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;
         ^
2015-05-25 19:03:47 +03:00
..
chunk_file.cpp Fix a small memory leak. 2015-01-17 13:54:52 -08:00
chunk_file.h Add a pointer constructor to chunk_file 2014-06-22 17:41:15 +02:00
CMakeLists.txt fix missing #include's and missing CMake linking directives 2012-11-03 10:34:06 +08:00
dialog.cpp Use wstring conversion in file/dialog.cpp 2014-02-05 16:18:03 +01:00
dialog.h Fix file dialog code 2012-04-12 15:39:12 +02:00
easy_file.cpp Warning fix, delete broken Wait function in prio work queue 2013-12-12 12:07:09 +01:00
easy_file.h Warning fixes, add deleteDir() 2013-06-08 17:43:27 +02:00
fd_util.cpp Improves buffer overflow protection in LOG macros. Replaces #250. 2015-01-02 16:36:43 +01:00
fd_util.h Add some old HTTP client code, just for kicks. 2012-06-03 19:01:08 +02:00
file_util.cpp file: extend #ifdef for any recent Unix with large file support by default 2015-05-25 19:03:47 +03:00
file_util.h More warning fixes 2014-04-08 15:27:05 +02:00
ini_file.cpp Support escaped comment marks like \# in inis. 2015-02-28 10:26:58 -08:00
ini_file.h Prevent writing pointers as bools in iniFile::section::Set 2014-01-16 16:38:40 +01:00
path.cpp Remove unnecessary check for '!' in path browser 2014-04-11 21:22:08 +02:00
path.h Delete commented out code 2014-10-21 00:07:27 +02:00
vfs.h Fix volume buttons on android and add some functonality to the VFS. 2012-12-01 10:35:55 +01:00
zip_read.cpp Oops, fix another leak. 2015-04-10 11:48:22 -07:00
zip_read.h Fix an unlikely buffer overflow. 2015-01-18 13:15:18 -08:00