mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
- fix warning
svn path=/trunk/; revision=25789
This commit is contained in:
parent
e7889591ae
commit
519d3fe7fc
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static BOOL msi_strequal(LPCWSTR str1, LPCSTR str2)
|
|||
/* str2 is at the beginning of str1, ignoring case */
|
||||
static BOOL msi_strprefix(LPCWSTR str1, LPCSTR str2)
|
||||
{
|
||||
DWORD len, ret;
|
||||
int len, ret;
|
||||
LPWSTR strW;
|
||||
|
||||
len = MultiByteToWideChar( CP_ACP, 0, str2, -1, NULL, 0);
|
||||
|
|
Loading…
Reference in a new issue