KRDataBlock ported to Windows

This commit is contained in:
Kearwood Kip Gilbert
2017-07-27 23:29:28 -07:00
parent ee7c6f8a3d
commit 7b1ea47f88
4 changed files with 212 additions and 52 deletions

View File

@@ -105,7 +105,8 @@ private:
// For memory mapped objects:
#if defined(_WIN32) || defined(_WIN64)
HANDLE m_hPackFile;
#else
HANDLE m_hFileMapping;
#elif defined(__APPLE__)
int m_fdPackFile;
#endif