Commit 668d0c2a authored by ElenaSubbotina's avatar ElenaSubbotina

x2t version up

parent e7dae4b3
...@@ -115,7 +115,7 @@ public: ...@@ -115,7 +115,7 @@ public:
m_sFileName = m_strTmpDirectory + FILE_SEPARATOR_STR + L"oleObject_xxx.bin"; m_sFileName = m_strTmpDirectory + FILE_SEPARATOR_STR + L"oleObject_xxx.bin";
NSFile::CFileBinary file; NSFile::CFileBinary file;
if (file.CreateFile(m_sFileName)) if (file.CreateFileW(m_sFileName))
{ {
file.WriteFile(pData, decompressedSize); file.WriteFile(pData, decompressedSize);
file.CloseFile(); file.CloseFile();
...@@ -126,4 +126,4 @@ public: ...@@ -126,4 +126,4 @@ public:
} }
}; };
\ No newline at end of file
...@@ -106,7 +106,7 @@ public: ...@@ -106,7 +106,7 @@ public:
m_sFileName = m_strTmpDirectory + FILE_SEPARATOR_STR + L"vbaProject.bin"; m_sFileName = m_strTmpDirectory + FILE_SEPARATOR_STR + L"vbaProject.bin";
NSFile::CFileBinary file; NSFile::CFileBinary file;
if (file.CreateFile(m_sFileName)) if (file.CreateFileW(m_sFileName))
{ {
file.WriteFile(pData, decompressedSize); file.WriteFile(pData, decompressedSize);
file.CloseFile(); file.CloseFile();
...@@ -115,4 +115,4 @@ public: ...@@ -115,4 +115,4 @@ public:
pData = NULL; pData = NULL;
} }
}; };
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.4.480.0 VERSION = 2.4.481.0
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
TARGET = x2t TARGET = x2t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment