VirtualBox

Changeset 59543 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Feb 1, 2016 1:31:19 PM (9 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r59542 r59543  
    14581458                        LSA_UNICODE_STRING lsaUser;
    14591459                        lsaUser.Buffer        = accountInfo.pwszUserName;
    1460                         lsaUser.Length        = RTUtf16Len(accountInfo.pwszUserName) * sizeof(WCHAR);
     1460                        lsaUser.Length        = (USHORT)(RTUtf16Len(accountInfo.pwszUserName) * sizeof(WCHAR));
    14611461                        lsaUser.MaximumLength = lsaUser.Length;
    14621462
     
    17191719    }
    17201720
    1721     LogRelFunc(("dwErr=%u (%#x), rc=%Rrc\n", dwErr, dwErr, rc));
    17221721    return rc;
    17231722}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette