This commit is contained in:
Valerio
2025-09-12 15:36:18 +02:00
parent e50e217cd0
commit de1f89d8c9
5 changed files with 538 additions and 84 deletions

View File

@@ -22,7 +22,10 @@
#include <stdint.h>
#include <stdlib.h>
#ifndef __USE_LARGEFILE64
#define __USE_LARGEFILE64
#endif
#include <sys/types.h>
#if (defined(__HAIKU__) || defined(__unix__) || defined(__APPLE__)) && !defined(__linux__)