Commit c495df68 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

credui: Constify a variable.

parent 3b52d42a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment