advapi32: Constify some variables.

oldstable
Andrew Talbot 2007-03-10 12:17:57 +00:00 committed by Alexandre Julliard
parent 1a71294ad3
commit 3b695ae33a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{