mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:45:39 +00:00
Sync to Wine-20041201
Eric Pouech <pouech-eric@wanadoo.fr> - Const correctness fixes. svn path=/trunk/; revision=11963
This commit is contained in:
parent
87ac9421e8
commit
4b2aba9a6f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ UINT WINAPI OleUIInsertObjectA(LPOLEUIINSERTOBJECTA lpOleUIInsertObject)
|
||||||
dlgInfo.lpOleUIInsertObject = lpOleUIInsertObject;
|
dlgInfo.lpOleUIInsertObject = lpOleUIInsertObject;
|
||||||
dlgInfo.bObjListInit = FALSE;
|
dlgInfo.bObjListInit = FALSE;
|
||||||
|
|
||||||
lRes = DialogBoxIndirectParamA(OLEDLG_hInstance, (LPDLGTEMPLATEA) template,
|
lRes = DialogBoxIndirectParamA(OLEDLG_hInstance, (const DLGTEMPLATE*) template,
|
||||||
lpOleUIInsertObject->hWndOwner, UIInsertObjectDlgProc,
|
lpOleUIInsertObject->hWndOwner, UIInsertObjectDlgProc,
|
||||||
(LPARAM) &dlgInfo);
|
(LPARAM) &dlgInfo);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue