credui: Constify a variable.
This commit is contained in:
parent
3b52d42ab4
commit
c495df6883
|
@ -138,7 +138,7 @@ struct cred_dialog_params
|
|||
BOOL fBalloonTipActive;
|
||||
};
|
||||
|
||||
static void CredDialogFillUsernameCombo(HWND hwndUsername, struct cred_dialog_params *params)
|
||||
static void CredDialogFillUsernameCombo(HWND hwndUsername, const struct cred_dialog_params *params)
|
||||
{
|
||||
DWORD count;
|
||||
DWORD i;
|
||||
|
|
Loading…
Reference in New Issue