mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Initialize IoCountOperations variable to FALSE by default. Spotted by Dmitry Chapyshev & winetests.
svn path=/trunk/; revision=40961
This commit is contained in:
parent
5a9f4ef70d
commit
dad773b3ca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue