mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[LSALIB]
Fix compiler warnings for AMD64 build. svn path=/trunk/; revision=50566
This commit is contained in:
@@ -264,8 +264,8 @@ LsaLogonUser(HANDLE LsaHandle,
|
||||
0,
|
||||
Reply->d.LogonUserReply.ProfileBufferLength);
|
||||
memcpy(*ProfileBuffer,
|
||||
(PVOID)((ULONG)Reply->d.LogonUserReply.Data +
|
||||
(ULONG)Reply->d.LogonUserReply.ProfileBuffer),
|
||||
(PVOID)((ULONG_PTR)Reply->d.LogonUserReply.Data +
|
||||
(ULONG_PTR)Reply->d.LogonUserReply.ProfileBuffer),
|
||||
Reply->d.LogonUserReply.ProfileBufferLength);
|
||||
*LogonId = Reply->d.LogonUserReply.LogonId;
|
||||
*Token = Reply->d.LogonUserReply.Token;
|
||||
|
||||
Reference in New Issue
Block a user