Commit 788f449e authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52643 954022d7-b5bf-4e40-9824-e11837661b57
parent d9cd8697
......@@ -2,6 +2,6 @@
//1
//0
//0
//119
#define INTVER 1,0,0,119
#define STRVER "1,0,0,119\0"
//122
#define INTVER 1,0,0,122
#define STRVER "1,0,0,122\0"
......@@ -19,20 +19,15 @@
#else
/*#ifdef _DEBUG
#import "..\..\..\AVSOfficeUtils\AVSOfficeUtils\Debug\AVSOfficeUtils.dll" raw_interfaces_only
#else*/
#import "..\..\..\..\..\..\..\Redist\AVSOfficeStudio\AVSOfficeUtils.dll" raw_interfaces_only
#import "..\..\Redist\ASCOfficeUtils.dll" raw_interfaces_only
//#endif // _DEBUG
#define DOC_FILE_COMPONENT_NAME L"AVSOfficeDocFile.dll"
#define DOC_FILE_COMPONENT_NAME L"ASCOfficeDocFile.dll"
#define DOC_FILE_TEMPLATE_FILE_NAME L"Template.doc"
using namespace AVSOfficeUtils;
using namespace ASCOfficeUtils;
// Disable warning message 4267.
#pragma warning( disable : 4267 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment