mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[ROSTESTS] fix x64 build and fix/disable warnings
This commit is contained in:
parent
6a67450893
commit
42d2d5ec9c
56 changed files with 229 additions and 171 deletions
|
@ -216,7 +216,7 @@ START_TEST(RegQueryValueExW)
|
|||
{
|
||||
ok(1, "RegSetValueExW failed: %lx, %lx\n", ret, GetLastError());
|
||||
}
|
||||
if ((ret = RegSetValueExW(hkey_main, L"LONGSTRING", 0, REG_SZ, (const BYTE *)string22W, (wcslen(string22W)+1) * sizeof(WCHAR))) != ERROR_SUCCESS)
|
||||
if ((ret = RegSetValueExW(hkey_main, L"LONGSTRING", 0, REG_SZ, (const BYTE *)string22W, (lstrlenW(string22W)+1) * sizeof(WCHAR))) != ERROR_SUCCESS)
|
||||
{
|
||||
ok(1, "RegSetValueExW failed: %lx, %lx\n", ret, GetLastError());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue