opnsense-ports/emulators/ppsspp/files/patch-native_file_file__util.cpp
Franco Fichtner b5cc680028 */*: sync with upstream
Taken from: FreeBSD
2015-05-29 11:35:56 +02:00

11 lines
312 B
C++

--- native/file/file_util.cpp.orig 2015-02-23 23:22:58 UTC
+++ native/file/file_util.cpp
@@ -25,7 +25,7 @@
#include "file/file_util.h"
#include "util/text/utf8.h"
-#if defined(__FreeBSD__) || defined(__APPLE__)
+#if !defined(__linux__) && !defined(_WIN32) && !defined(__QNX__)
#define stat64 stat
#endif