Commit 53b71e46 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Use proper type for fourth parameter to VerQueryValueW().

parent 2ed1b1aa
......@@ -991,7 +991,7 @@ BOOL static do_file_copyW( LPCWSTR source, LPCWSTR target, DWORD style)
LPVOID VersionTarget;
VS_FIXEDFILEINFO *TargetInfo;
VS_FIXEDFILEINFO *SourceInfo;
INT length;
UINT length;
WCHAR SubBlock[2]={'\\',0};
DWORD ret;
......
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