mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[CMLIB]
- Hermes Belusca: Fix wrong definition of CMHIVE structure (defined only 3 FileHandles when 4 is needed). See issue #7162 for more details. svn path=/trunk/; revision=56884
This commit is contained in:
parent
5bc86b70f9
commit
926b354999
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ typedef struct _CM_USE_COUNT_LOG
|
|||
typedef struct _CMHIVE
|
||||
{
|
||||
HHIVE Hive;
|
||||
HANDLE FileHandles[3];
|
||||
HANDLE FileHandles[HFILE_TYPE_MAX];
|
||||
LIST_ENTRY NotifyList;
|
||||
LIST_ENTRY HiveList;
|
||||
EX_PUSH_LOCK HiveLock;
|
||||
|
|
Loading…
Reference in a new issue