mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +00:00
[SDK:CMLIB] Const-ify the unicode strings that are only used as input and not modified.
This commit is contained in:
parent
a6da36ed1b
commit
d873865971
4 changed files with 10 additions and 10 deletions
|
@ -98,7 +98,7 @@ HCELL_INDEX
|
|||
NTAPI
|
||||
CmpFindValueByName(IN PHHIVE Hive,
|
||||
IN PCM_KEY_NODE KeyNode,
|
||||
IN PUNICODE_STRING Name)
|
||||
IN PCUNICODE_STRING Name)
|
||||
{
|
||||
HCELL_INDEX CellIndex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue