mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 21:18:02 +00:00
Added OS X filesystem-support
This commit is contained in:
@@ -19,8 +19,10 @@
|
||||
#include "Athena/InvalidOperationException.hpp"
|
||||
#include "Athena/IOException.hpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if _WIN32
|
||||
#include "win32_largefilewrapper.h"
|
||||
#elif __APPLE__
|
||||
#include "osx_largefilewrapper.h"
|
||||
#endif
|
||||
|
||||
#include "utf8.h"
|
||||
|
||||
Reference in New Issue
Block a user