mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +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
|
IN PCM_KEY_CONTROL_BLOCK Kcb
|
||||||
);
|
);
|
||||||
|
|
||||||
|
BOOLEAN
|
||||||
|
NTAPI
|
||||||
|
CmpReferenceKeyControlBlock(
|
||||||
|
IN PCM_KEY_CONTROL_BLOCK Kcb
|
||||||
|
);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
CmpDereferenceKeyControlBlockWithLock(
|
CmpDereferenceKeyControlBlockWithLock(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue