mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +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
|
@ -242,8 +242,8 @@ Substitute(
|
|||
PWCHAR Dest = Buffer;
|
||||
UNICODE_STRING String;
|
||||
|
||||
SystemDriveLength = wcslen(SystemDriveName) * sizeof(WCHAR);
|
||||
SystemRootLength = wcslen(SystemRootName) * sizeof(WCHAR);
|
||||
SystemDriveLength = (ULONG)wcslen(SystemDriveName) * sizeof(WCHAR);
|
||||
SystemRootLength = (ULONG)wcslen(SystemRootName) * sizeof(WCHAR);
|
||||
|
||||
RtlInitUnicodeString(&String, Template);
|
||||
ASSERT(String.Length % sizeof(WCHAR) == 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue