From c495df68835b94b2f1d0aa467fbb1cd24ec03c46 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Wed, 10 Jun 2009 20:54:55 +0100 Subject: [PATCH] credui: Constify a variable. --- dlls/credui/credui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/credui/credui_main.c b/dlls/credui/credui_main.c index 7e3c8a02ab9..a6bbde62eb8 100644 --- a/dlls/credui/credui_main.c +++ b/dlls/credui/credui_main.c @@ -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; -- 2.11.4.GIT