mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user