mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fix a warning
svn path=/trunk/; revision=25319
This commit is contained in:
parent
ddd07cb10c
commit
f0ae8b4726
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ WlxDialogBox(
|
|||
if (PreviousWindowProc != NULL)
|
||||
return -1;
|
||||
PreviousWindowProc = dlgprc;
|
||||
return (int)DialogBoxW(hInst, lpszTemplate, hwndOwner, DefaultWlxWindowProc);
|
||||
return (int)DialogBoxW((HINSTANCE) hInst, lpszTemplate, hwndOwner, DefaultWlxWindowProc);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue