git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52222 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Sergey.Kirillov
2013-11-19 15:46:07 +00:00
committed by Alexander Trofimov
parent 3779f31d9e
commit 255aae9fb4
193 changed files with 65 additions and 65 deletions

View File

@ -0,0 +1,12 @@
#include "stdafx.h"
#include "LiteHTMLEntityResolver.h"
#ifdef _DEBUG
# define new DEBUG_NEW
# undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif // _DEBUG
#pragma warning(push, 4)
CLiteHTMLEntityResolver::CCharEntityRefs CLiteHTMLEntityResolver::m_CharEntityRefs;
#pragma warning(pop)