mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.
This commit is contained in:
parent
25c708911b
commit
f6129d7d35
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ static void *schan_free_handle(ULONG_PTR handle_idx, enum schan_handle_type type
|
|||
}
|
||||
|
||||
static SECURITY_STATUS schan_QueryCredentialsAttributes(
|
||||
PCredHandle phCredential, ULONG ulAttribute, const VOID *pBuffer)
|
||||
PCredHandle phCredential, ULONG ulAttribute, VOID *pBuffer)
|
||||
{
|
||||
SECURITY_STATUS ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue