(1.0.1.111): ASCOfficeOdtFile

собран с новым шаблоном (вытерт русский, убран баласт, вставлены метки TeamLab)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54578 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Elen.Subbotina
2014-02-22 09:03:01 +00:00
committed by Alexander Trofimov
parent 016f1a68bf
commit 424f586be4
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

View File

@ -256,7 +256,7 @@ void COdtFile::createOriginOdt(const boost::filesystem::wpath& path) const
const unsigned long COdtFile::LoadFromResource(LPCWSTR lpResName, LPCWSTR lpResType, LPCWSTR fileName) const
{
HMODULE hMod = GetModuleHandle(_T("ASCOfficeOdtFile.dll"));
HMODULE hMod = _AtlBaseModule.GetModuleInstance();
if (hMod)
{
HRSRC hRes = FindResource(hMod, lpResName, lpResType);

View File

@ -2,6 +2,6 @@
//1
//0
//1
//110
#define INTVER 1,0,1,110
#define STRVER "1,0,1,110\0"
//112
#define INTVER 1,0,1,112
#define STRVER "1,0,1,112\0"