mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
x2t version up
This commit is contained in:
@ -115,7 +115,7 @@ public:
|
||||
m_sFileName = m_strTmpDirectory + FILE_SEPARATOR_STR + L"oleObject_xxx.bin";
|
||||
|
||||
NSFile::CFileBinary file;
|
||||
if (file.CreateFile(m_sFileName))
|
||||
if (file.CreateFileW(m_sFileName))
|
||||
{
|
||||
file.WriteFile(pData, decompressedSize);
|
||||
file.CloseFile();
|
||||
@ -126,4 +126,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@ -106,7 +106,7 @@ public:
|
||||
m_sFileName = m_strTmpDirectory + FILE_SEPARATOR_STR + L"vbaProject.bin";
|
||||
|
||||
NSFile::CFileBinary file;
|
||||
if (file.CreateFile(m_sFileName))
|
||||
if (file.CreateFileW(m_sFileName))
|
||||
{
|
||||
file.WriteFile(pData, decompressedSize);
|
||||
file.CloseFile();
|
||||
@ -115,4 +115,4 @@ public:
|
||||
pData = NULL;
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user