- Initialize IoCountOperations variable to FALSE by default. Spotted by Dmitry Chapyshev & winetests.

svn path=/trunk/; revision=40961
This commit is contained in:
Aleksey Bragin 2009-05-17 16:46:58 +00:00
parent 5a9f4ef70d
commit dad773b3ca

View file

@ -31,7 +31,7 @@ POBJECT_TYPE IoDeviceObjectType = NULL;
POBJECT_TYPE IoFileObjectType = NULL;
extern POBJECT_TYPE IoControllerObjectType;
extern UNICODE_STRING NtSystemRoot;
BOOLEAN IoCountOperations;
BOOLEAN IoCountOperations = FALSE;
ULONG IoReadOperationCount = 0;
LARGE_INTEGER IoReadTransferCount = {{0, 0}};
ULONG IoWriteOperationCount = 0;