advapi32: Constify some variables.
This commit is contained in:
parent
1a71294ad3
commit
3b695ae33a
|
@ -44,7 +44,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(advapi);
|
|||
return FailureCode; \
|
||||
}
|
||||
|
||||
static void dumpLsaAttributes(PLSA_OBJECT_ATTRIBUTES oa)
|
||||
static void dumpLsaAttributes(const LSA_OBJECT_ATTRIBUTES *oa)
|
||||
{
|
||||
if (oa)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue