mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:53:02 +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 */
|
/* str2 is at the beginning of str1, ignoring case */
|
||||||
static BOOL msi_strprefix(LPCWSTR str1, LPCSTR str2)
|
static BOOL msi_strprefix(LPCWSTR str1, LPCSTR str2)
|
||||||
{
|
{
|
||||||
DWORD len, ret;
|
int len, ret;
|
||||||
LPWSTR strW;
|
LPWSTR strW;
|
||||||
|
|
||||||
len = MultiByteToWideChar( CP_ACP, 0, str2, -1, NULL, 0);
|
len = MultiByteToWideChar( CP_ACP, 0, str2, -1, NULL, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue