mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +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
|
@ -76,7 +76,7 @@ WriteRegistryValue(PCHAR ValueName, PCHAR Value)
|
|||
0,
|
||||
REG_SZ,
|
||||
(LPBYTE)Value,
|
||||
strlen(Value) + 1);
|
||||
lstrlenA(Value) + 1);
|
||||
|
||||
/* Close the key */
|
||||
RegCloseKey(ParametersKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue