KRDataBlock ported to Windows
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user