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

правки для сборки под виндоус

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@68402 954022d7-b5bf-4e40-9824-e11837661b57
parent 018a51f5
......@@ -5,6 +5,7 @@
#include <sstream>
#include <stack>
#include <cassert>
#include <boost/optional/optional_io.hpp>
namespace xml
{
......
......@@ -7,7 +7,7 @@
namespace NSGuidesVML
{
int __wstrlen(const wchar_t* str)
static int __wstrlen(const wchar_t* str)
{
const wchar_t* s = str;
for (; *s != 0; ++s);
......
......@@ -828,6 +828,8 @@ SOURCES += \
../XlsXlsxConverter/xlsx_tablecontext.cpp \
../XlsXlsxConverter/xlsx_textcontext.cpp \
../XlsXlsxConverter/xlsx_chart_context.cpp \
../XlsXlsxConverter/xlsx_comments.cpp \
../XlsXlsxConverter/xlsx_comments_context.cpp \
../XlsFormat/Logic/AnyObject.cpp \
../XlsFormat/Logic/AnySubstream.cpp \
../XlsFormat/Logic/BinProcessor.cpp \
......
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