Changes from mercurial repository.

This commit is contained in:
Sorin Sbarnea 2009-10-21 16:25:08 +00:00
parent 44bb32f476
commit 98c68897d8
135 changed files with 2686 additions and 26965 deletions

View file

@ -83,7 +83,7 @@ CArchLogWindows::writeLog(ELevel level, const char* msg)
0, // event ID
NULL,
0,
strlen(msg) + 1, // raw data size
(DWORD)strlen(msg) + 1, // raw data size
NULL,
const_cast<char*>(msg));// raw data
}