mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 07:41:12 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54463 954022d7-b5bf-4e40-9824-e11837661b57
11 lines
223 B
C
11 lines
223 B
C
#ifndef _CPDOCCORE_BOOST_REGEX_H_
|
|
#define _CPDOCCORE_BOOST_REGEX_H_
|
|
|
|
#pragma warning(push)
|
|
#pragma warning(disable : 4267 )
|
|
#pragma warning(disable : 4244 )
|
|
#include <boost/regex.hpp>
|
|
#pragma warning(pop)
|
|
|
|
#endif
|