Changeset 57634 in vbox
- Timestamp:
- Sep 7, 2015 10:29:53 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r57622 r57634 860 860 return VERR_INVALID_HANDLE; 861 861 } 862 else 862 /* 863 * On Windows 10 and (hopefully) 8.1 we get ERROR_INVALID_FUNCTION with console I/O 864 * handles. We must ignore these just like the above invalid handle error. 865 */ 866 else if (dwErr != ERROR_INVALID_FUNCTION) 863 867 return RTErrConvertFromWin32(dwErr); 864 868
Note:
See TracChangeset
for help on using the changeset viewer.

