mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +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
|
@ -71,7 +71,7 @@ static const char* convert_input_data(const char *data, DWORD size, DWORD *new_s
|
|||
}
|
||||
*ptr = '\0';
|
||||
|
||||
*new_size = strlen(new_data);
|
||||
*new_size = lstrlenA(new_data);
|
||||
return new_data;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue