* Add windows specific wrappers

This commit is contained in:
2014-05-14 22:42:20 -07:00
parent c0974d511a
commit a19520ea1e
6 changed files with 43 additions and 9 deletions

View File

@@ -20,6 +20,10 @@
#include "Athena/IOException.hpp"
#include "utf8.h"
#ifdef _WIN32
#include "win32_largefilewrapper.h"
#endif
namespace Athena
{
namespace io