Files
core/ASCOfficeOdfFile/include/boost_string.h
Elen.Subbotina 8488025896 для красоты
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54463 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 22:41:49 +03:00

10 lines
202 B
C

#ifndef _CPDOCCORE_BOOST_STRING_H_
#define _CPDOCCORE_BOOST_STRING_H_
#pragma warning(push)
#pragma warning(disable : 4996)
#include <boost/algorithm/string.hpp>
#pragma warning(pop)
#endif