Files
core/ASCOfficeXlsFile2/source/Common/common.h
Elen.Subbotina a58fe05507 XlsFile2 восстановление win build
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64125 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:23:45 +03:00

10 lines
206 B
C++

#pragma once
#include <string>
#include <string>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#define _CP_OPT(V1) boost::optional<V1>
#define _CP_PTR(V2) boost::shared_ptr<V2>