commit | c495df68835b94b2f1d0aa467fbb1cd24ec03c46 | [log] [tgz] |
---|---|---|
author | Andrew Talbot <andrew.talbot@talbotville.com> | Wed Jun 10 20:54:55 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jun 11 11:46:09 2009 +0200 |
tree | b18a05efec0c0dc0ec3121e3ae6eb5bb5874de6b | |
parent | 3b52d42ab4151f4620313dae351f4ae35366f00f [diff] |
credui: Constify a variable.
diff --git a/dlls/credui/credui_main.c b/dlls/credui/credui_main.c index 7e3c8a0..a6bbde6 100644 --- a/dlls/credui/credui_main.c +++ b/dlls/credui/credui_main.c
@@ -138,7 +138,7 @@ 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;