aports/community/carla/stats64_2_stats.patch
2023-08-08 17:42:36 +00:00

14 lines
397 B
Diff

--- a/source/modules/water/files/File.cpp
+++ b/source/modules/water/files/File.cpp
@@ -1223,8 +1223,8 @@
namespace
{
#ifdef CARLA_OS_LINUX
+ typedef struct stat water_statStruct;
+ #define WATER_STAT stat
- typedef struct stat64 water_statStruct;
- #define WATER_STAT stat64
#else
typedef struct stat water_statStruct;
#define WATER_STAT stat