- Timestamp:
- Sep 29, 2016 4:00:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r64097 r64098 3782 3782 * Some sanity checks. 3783 3783 */ 3784 RT_NOREF(pfUseHostIOCache); 3784 3785 ComPtr<IMediumFormat> pMediumFormat; 3785 3786 HRESULT hrc = pMedium->COMGETTER(MediumFormat)(pMediumFormat.asOutParam()); H(); … … 3818 3819 hrc = pMedium->COMGETTER(LogicalSize)(&i64Size); H(); 3819 3820 #ifdef RT_OS_WINDOWS 3820 RT_NOREF(pfUseHostIOCache);3821 3822 3821 if ( enmFsTypeFile == RTFSTYPE_FAT 3823 3822 && i64Size >= _4G)
Note:
See TracChangeset
for help on using the changeset viewer.