Changeset 80585 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
- Timestamp:
- Sep 4, 2019 2:05:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r80360 r80585 3969 3969 RTFOFF maxSize; 3970 3970 /* Careful: This function will work only on selected local file systems! */ 3971 rc = RTFile GetMaxSizeEx(file, &maxSize);3971 rc = RTFileQueryMaxSizeEx(file, &maxSize); 3972 3972 RTFileClose(file); 3973 3973 if ( RT_SUCCESS(rc)
Note:
See TracChangeset
for help on using the changeset viewer.