fix errors linux build

This commit is contained in:
ElenaSubbotina
2016-07-26 17:26:34 +03:00
parent 1fb27ca9b8
commit 6bc818e5ca
4 changed files with 157 additions and 150 deletions

View File

@ -241,7 +241,7 @@ bool ECMACryptReader::DecryptOfficeFile(std::wstring file_name_inp, std::wstring
if (data_out)
{
NSFile::CFileBinary f;
f.CreateFile(file_name_out);
f.CreateFileW(file_name_out);
f.WriteFile(data_out, lengthData);
f.CloseFile();