VirtualBox

Ignore:
Timestamp:
Mar 28, 2009 4:05:10 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45273
Message:

vbglR3DoIOCtl: size_t/DWORD warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp

    r18157 r18452  
    333333#if defined(RT_OS_WINDOWS)
    334334    DWORD cbReturned = 0;
    335     if (!DeviceIoControl(g_hFile, iFunction, pvData, cbData, pvData, cbData, &cbReturned, NULL))
     335    if (!DeviceIoControl(g_hFile, iFunction, pvData, (DWORD)cbData, pvData, (DWORD)cbData, &cbReturned, NULL))
    336336    {
    337337/** @todo The passing of error codes needs to be tested and fixed (as does *all* the other hosts except for
Note: See TracChangeset for help on using the changeset viewer.

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