comdlg32: Remove unneeded cast.

This commit is contained in:
Andrew Talbot 2008-01-05 16:44:01 +00:00 committed by Alexandre Julliard
parent 781c3b9c6a
commit 595707dd63
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ static HWND COMDLG32_FR_DoFindReplace(
HRSRC htemplate;
if(pdata->fr.Flags & FR_ENABLETEMPLATE)
{
hmod = (HMODULE)pdata->fr.hInstance;
hmod = pdata->fr.hInstance;
if(pdata->fr.Flags & FR_WINE_UNICODE)
{
htemplate = FindResourceW(hmod, (LPCWSTR)pdata->fr.lpTemplateName, (LPWSTR)RT_DIALOG);