Changeset 46331 in vbox
- Timestamp:
- May 30, 2013 12:56:52 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r46330 r46331 1046 1046 if (RT_FAILURE(rc)) 1047 1047 return E_FAIL; 1048 *aSize = cb / _1M;1048 *aSize = (ULONG)(cb / _1M); 1049 1049 return S_OK; 1050 1050 } … … 1065 1065 if (RT_FAILURE(rc)) 1066 1066 return E_FAIL; 1067 *aAvailable = cb / _1M;1067 *aAvailable = (ULONG)(cb / _1M); 1068 1068 return S_OK; 1069 1069 }
Note:
See TracChangeset
for help on using the changeset viewer.