comdlg32: Fix compiler warnings with flag -Wcast-qual.
This commit is contained in:
parent
09dca97fc3
commit
48e71cb424
|
@ -240,7 +240,7 @@ static BOOL GetFileName95(FileOpenDlgInfos *fodInfos)
|
|||
{
|
||||
|
||||
LRESULT lRes;
|
||||
LPCVOID template;
|
||||
LPVOID template;
|
||||
HRSRC hRes;
|
||||
HANDLE hDlgTmpl = 0;
|
||||
HRESULT hr;
|
||||
|
|
Loading…
Reference in New Issue