mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
sync credui with wine 1.1.24
svn path=/trunk/; revision=41553
This commit is contained in:
parent
075273b3ea
commit
edb01fbf5b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue