mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 03:28:11 +08:00
13 lines
309 B
C++
13 lines
309 B
C++
#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)
|