(1.0.0.8) fontdir error (bIsInit)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52829 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2013-12-04 13:14:23 +00:00
committed by Alexander Trofimov
parent 24730b4992
commit d04f8040e1
2 changed files with 5 additions and 3 deletions

View File

@ -112,6 +112,8 @@ public:
m_pList = new CWinFontList(pData, (CString)ParamValue.bstrVal);
RELEASEARRAYOBJECTS(pData);
m_bIsInit = TRUE;
}
else
{

View File

@ -2,6 +2,6 @@
//1
//0
//0
//7
#define INTVER 1,0,0,7
#define STRVER "1,0,0,7\0"
//8
#define INTVER 1,0,0,8
#define STRVER "1,0,0,8\0"