mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +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
|
@ -88,13 +88,13 @@ static BOOLEAN IntGetModuleInformation(LPCSTR Module, BOOLEAN IsDriver, BOOLEAN
|
|||
if (BaseName)
|
||||
{
|
||||
strcpy(Info->Path, Module);
|
||||
Info->Len = strlen(Info->Path);
|
||||
Info->Len = lstrlenA(Info->Path);
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Skip disk */
|
||||
strcpy(Info->Path, System + 2);
|
||||
Info->Len = strlen(Info->Path);
|
||||
Info->Len = lstrlenA(Info->Path);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue