mirror of
https://github.com/reactos/reactos.git
synced 2025-07-25 10:43:41 +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;
|
POBJECT_TYPE IoFileObjectType = NULL;
|
||||||
extern POBJECT_TYPE IoControllerObjectType;
|
extern POBJECT_TYPE IoControllerObjectType;
|
||||||
extern UNICODE_STRING NtSystemRoot;
|
extern UNICODE_STRING NtSystemRoot;
|
||||||
BOOLEAN IoCountOperations;
|
BOOLEAN IoCountOperations = FALSE;
|
||||||
ULONG IoReadOperationCount = 0;
|
ULONG IoReadOperationCount = 0;
|
||||||
LARGE_INTEGER IoReadTransferCount = {{0, 0}};
|
LARGE_INTEGER IoReadTransferCount = {{0, 0}};
|
||||||
ULONG IoWriteOperationCount = 0;
|
ULONG IoWriteOperationCount = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue