Add linux support

This commit is contained in:
2023-08-05 21:42:06 -07:00
parent c5c08f665e
commit b1cf43f05b
2 changed files with 16 additions and 13 deletions

View File

@@ -107,7 +107,7 @@ private:
#if defined(_WIN32) || defined(_WIN64)
HANDLE m_hPackFile;
HANDLE m_hFileMapping;
#elif defined(__APPLE__) || defined(ANDROID)
#elif defined(__unix__) || defined(__APPLE__) || defined(ANDROID)
int m_fdPackFile;
#endif