VirtualBox

Changeset 46331 in vbox


Ignore:
Timestamp:
May 30, 2013 12:56:52 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86102
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r46330 r46331  
    10461046    if (RT_FAILURE(rc))
    10471047        return E_FAIL;
    1048     *aSize = cb / _1M;
     1048    *aSize = (ULONG)(cb / _1M);
    10491049    return S_OK;
    10501050}
     
    10651065    if (RT_FAILURE(rc))
    10661066        return E_FAIL;
    1067     *aAvailable = cb / _1M;
     1067    *aAvailable = (ULONG)(cb / _1M);
    10681068    return S_OK;
    10691069}
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