mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[CMLIB]
- Revert 56884, as Timo says 3 is a correct value for this structure. svn path=/trunk/; revision=56893
This commit is contained in:
parent
4e9b829d90
commit
d4efdeeb98
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[HFILE_TYPE_MAX];
|
||||
HANDLE FileHandles[3];
|
||||
LIST_ENTRY NotifyList;
|
||||
LIST_ENTRY HiveList;
|
||||
EX_PUSH_LOCK HiveLock;
|
||||
|
|
Loading…
Reference in a new issue