mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Refactoring
This commit is contained in:
@ -243,6 +243,10 @@ public:
|
||||
{
|
||||
m_zlib = new CZipBuffer(data, length);
|
||||
}
|
||||
~CZipFolderMemory(BYTE* data, DWORD length)
|
||||
{
|
||||
delete m_zlib;
|
||||
}
|
||||
|
||||
virtual std::wstring getFullFilePath(const std::wstring& path)
|
||||
{
|
||||
|
||||
@ -67,6 +67,8 @@ exported_functions = ["_malloc",
|
||||
"_XmlSignature_DestroyCertificate",
|
||||
"_XmlSignature_CreateFile",
|
||||
"_XmlSignature_DestroyFile",
|
||||
"_XmlSignature_GetFileSize",
|
||||
"_XmlSignature_GetFileRaw",
|
||||
"_XmlSignature_Sign"]
|
||||
|
||||
# XML
|
||||
|
||||
Reference in New Issue
Block a user