Added OS X filesystem-support

This commit is contained in:
Jack Andersen
2015-04-04 14:35:32 -10:00
parent 504854f433
commit b21441cc11
5 changed files with 48 additions and 3 deletions

View File

@@ -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"