fix x64 compile warning. delete CKBOOL. fix terminal color error
This commit is contained in:
@ -41,7 +41,7 @@ namespace LibCmo::VxMath {
|
||||
~VxMemoryMappedFile(void);
|
||||
|
||||
void* GetBase(void) { return this->m_pMemoryMappedFileBase; }
|
||||
size_t GetFileSize(void) { return this->m_cbFile; }
|
||||
CK2::CKDWORD GetFileSize(void) { return static_cast<CK2::CKDWORD>(this->m_cbFile); }
|
||||
bool IsValid(void) { return this->m_bIsValid; }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user