credui: Constify a variable.

oldstable
Andrew Talbot 2009-06-10 20:54:55 +01:00 committed by Alexandre Julliard
parent 3b52d42ab4
commit c495df6883
1 changed files with 1 additions and 1 deletions

View File

@ -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;