- Timestamp:
- May 8, 2010 4:20:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp
r28800 r29241 221 221 AssertReturn(hFile != NIL_RTFILE, VERR_INVALID_HANDLE); 222 222 223 /** @todo: Flushing is not available */ 224 #if 0 225 return rtFileAsyncPrepareTransfer(pRequest, File, TRANSFERDIRECTION_FLUSH, 226 0, NULL, 0, pvUser); 227 #endif 228 return VERR_NOT_IMPLEMENTED; 223 return VERR_NOT_SUPPORTED; 229 224 } 230 225
Note:
See TracChangeset
for help on using the changeset viewer.