macOS fix

This commit is contained in:
Jérôme Leclercq
2022-03-19 23:45:26 +01:00
parent 04dfd25c74
commit 54ca483cc7
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#include <ctime>
#include <filesystem>
#if defined(NAZARA_PLATFORM_MACOSX)
#if defined(NAZARA_PLATFORM_MACOS)
#define Stat stat
#define Fstat fstat
#define Off_t off_t