VirtualBox

Changeset 70799 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 29, 2018 7:49:44 PM (7 years ago)
Author:
vboxsync
Message:

Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp

    r70798 r70799  
    664664{
    665665    LSTATUS rc = RegSetValueExW(m_hKey, pcwszName, 0, REG_SZ, (const BYTE *)pcwszValue,
    666                                 (wcslen(pcwszValue) + 1) * sizeof(WCHAR));
     666                                (DWORD)((wcslen(pcwszValue) + 1) * sizeof(WCHAR)));
    667667    if (rc != ERROR_SUCCESS)
    668668        throw AdHocRegError(rc);
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