Skip to content
Snippets Groups Projects
Commit 53b71e46 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

Use proper type for fourth parameter to VerQueryValueW().

parent 2ed1b1aa
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment