Use proper type for fourth parameter to VerQueryValueW().

This commit is contained in:
Gerald Pfeifer 2004-12-13 13:20:36 +00:00 committed by Alexandre Julliard
parent 2ed1b1aa60
commit 53b71e464a
1 changed files with 1 additions and 1 deletions

View File

@ -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;