comdlg32: Fix compiler warnings with flag -Wcast-qual.

This commit is contained in:
Mikhail Maroukhine 2010-03-27 14:12:28 +06:00 committed by Alexandre Julliard
parent 09dca97fc3
commit 48e71cb424
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ static BOOL GetFileName95(FileOpenDlgInfos *fodInfos)
{
LRESULT lRes;
LPCVOID template;
LPVOID template;
HRSRC hRes;
HANDLE hDlgTmpl = 0;
HRESULT hr;