Commit b5aba0d2 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

previous build is broken (win32)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57771 954022d7-b5bf-4e40-9824-e11837661b57
parent 5eec294a
#pragma once #pragma once
#include "Base.h" #include "Base.h"
#include "../../../../ServerComponents/DesktopEditor/common/Types.h" #include "../../../../DesktopEditor/common/Types.h"
namespace NSCommon namespace NSCommon
{ {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "math.h" #include "math.h"
#include "../Common/Unit.h" #include "../Common/Unit.h"
#include "../XML/xmlutils.h" #include "../XML/xmlutils.h"
#include "../../../DesktopEditor/common/Types.h" #include "../../../../DesktopEditor/common/Types.h"
namespace SimpleTypes namespace SimpleTypes
......
...@@ -6,8 +6,10 @@ ...@@ -6,8 +6,10 @@
#ifdef _WIN32 #ifdef _WIN32
#include <atlcoll.h> #include <atlcoll.h>
#include <atlenc.h> #include <atlenc.h>
#include <comutil.h>
#endif #endif
#ifndef _USE_NULLABLE_PROPERTY_ #ifndef _USE_NULLABLE_PROPERTY_
using namespace NSCommon; using namespace NSCommon;
#endif #endif
...@@ -213,7 +215,7 @@ namespace XmlUtils ...@@ -213,7 +215,7 @@ namespace XmlUtils
sResult.Replace(_T("\""), _T("&quot;")); sResult.Replace(_T("\""), _T("&quot;"));
return sResult; return sResult;
} }
/* #ifndef _USE_LIBXML2_READER_
class CStringWriter class CStringWriter
{ {
private: private:
...@@ -450,5 +452,5 @@ namespace XmlUtils ...@@ -450,5 +452,5 @@ namespace XmlUtils
return m_arTableUnicodes[c]; return m_arTableUnicodes[c];
} }
}; };
*/ #endif // ifndef _USE_LIBXML2_READER_
} }
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