Added OFD format to OfficeChecker

This commit is contained in:
Green
2025-04-19 17:24:14 +03:00
parent 9fe692b048
commit c3527ad8d4
5 changed files with 44 additions and 1 deletions

View File

@ -108,4 +108,5 @@ public:
bool isMobiFormatFile(unsigned char* pBuffer, int dwBytes);
bool isFB2FormatFile(unsigned char* pBuffer, int dwBytes);
bool isXpsFile(const std::wstring& fileName);
bool isOFDFile(const std::wstring& fileName);
};