Commit 48e71cb4 authored by Mikhail Maroukhine's avatar Mikhail Maroukhine Committed by Alexandre Julliard

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

parent 09dca97f
......@@ -240,7 +240,7 @@ static BOOL GetFileName95(FileOpenDlgInfos *fodInfos)
{
LRESULT lRes;
LPCVOID template;
LPVOID template;
HRSRC hRes;
HANDLE hDlgTmpl = 0;
HRESULT hr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment