mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Initialize IoCountOperations variable to FALSE by default. Spotted by Dmitry Chapyshev & winetests.
svn path=/trunk/; revision=40961
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user