mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
- Add missing CmpReferenceKeyControlBlock prototype
svn path=/trunk/; revision=36168
This commit is contained in:
parent
a030377485
commit
11bc38c70a
1 changed files with 6 additions and 0 deletions
|
@ -911,6 +911,12 @@ CmpConstructName(
|
|||
IN PCM_KEY_CONTROL_BLOCK Kcb
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
CmpReferenceKeyControlBlock(
|
||||
IN PCM_KEY_CONTROL_BLOCK Kcb
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
CmpDereferenceKeyControlBlockWithLock(
|
||||
|
|
Loading…
Reference in a new issue