Commit ba0f88a9 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.0.11) новая версия. сильно улучшена производительность и работа с памятью

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59516 954022d7-b5bf-4e40-9824-e11837661b57
parent 2327fd9e
......@@ -130,10 +130,12 @@ public:
void ConsoleLog(CString& strVal)
{
#if 0
FILE* f = fopen("C:\\log.txt", "a+");
fprintf(f, (CStringA)strVal);
fprintf(f, "\n");
fclose(f);
#endif
}
};
......
......@@ -2,6 +2,6 @@
//1
//0
//0
//10
#define INTVER 1,0,0,10
#define STRVER "1,0,0,10\0"
//11
#define INTVER 1,0,0,11
#define STRVER "1,0,0,11\0"
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