Commit a0dfc127 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54773 954022d7-b5bf-4e40-9824-e11837661b57
parent a4a0aab2
......@@ -450,7 +450,7 @@ namespace NSFile
bool CreateFileW(const std::wstring& sFileName)
{
#if defined(WIN32) || defined(_WIN32_WCE)
#if defined(WIN32) || defined(_WIN32_WCE)
m_pFile = _wfopen(sFileName.c_str(), L"wb");
#else
BYTE* pUtf8 = NULL;
......
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