Use proper type for fourth parameter to VerQueryValueW().
This commit is contained in:
parent
2ed1b1aa60
commit
53b71e464a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue