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