yuzu-android/src
Jan Beich 51f92f0e4e common: stat64 is non-standard, hide on a random Unix
src/common/file_util.cpp:79:19: error: variable has incomplete type 'struct stat64'
    struct stat64 file_info;
                  ^
src/common/file_util.cpp:79:12: note: forward declaration of 'stat64'
    struct stat64 file_info;
           ^
src/common/file_util.cpp:99:19: error: variable has incomplete type 'struct stat64'
    struct stat64 file_info;
                  ^
src/common/file_util.cpp:99:12: note: forward declaration of 'stat64'
    struct stat64 file_info;
           ^
src/common/file_util.cpp:342:19: error: variable has incomplete type 'struct stat64'
    struct stat64 buf;
                  ^
src/common/file_util.cpp:342:12: note: forward declaration of 'stat64'
    struct stat64 buf;
           ^
src/common/file_util.cpp:359:19: error: variable has incomplete type 'struct stat64'
    struct stat64 buf;
                  ^
src/common/file_util.cpp:359:12: note: forward declaration of 'stat64'
    struct stat64 buf;
           ^
4 errors generated.
2016-10-27 23:28:29 +00:00
..
audio_core Fix typos 2016-10-20 12:26:59 -02:00
citra Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
citra_qt Fix typos 2016-10-20 12:26:59 -02:00
common common: stat64 is non-standard, hide on a random Unix 2016-10-27 23:28:29 +00:00
core FRD: fix GetMyFriendKey 2016-10-25 09:54:29 +03:00
tests Tests: Run tests on CI 2016-05-19 19:28:08 +01:00
video_core Fix typos 2016-10-20 12:26:59 -02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00