Merging rev 2079 with the branch 2.7.x

This commit is contained in:
brenosilva
2012-10-14 23:34:58 +00:00
parent d7b9ad8629
commit af537253d6
7 changed files with 557 additions and 96 deletions

View File

@@ -22,8 +22,9 @@
class CMyHttpModule : public CHttpModule
{
public:
HANDLE m_hEventLog;
DWORD m_dwPageSize;
HANDLE m_hEventLog;
DWORD m_dwPageSize;
CRITICAL_SECTION m_csLock;
REQUEST_NOTIFICATION_STATUS
OnBeginRequest(