kernel: Report a tape device as FILE_TYPE_CHAR.
This commit is contained in:
parent
c27526743b
commit
e0de496f61
|
@ -775,6 +775,7 @@ DWORD WINAPI GetFileType( HANDLE hFile )
|
|||
case FILE_DEVICE_NULL:
|
||||
case FILE_DEVICE_SERIAL_PORT:
|
||||
case FILE_DEVICE_PARALLEL_PORT:
|
||||
case FILE_DEVICE_TAPE:
|
||||
case FILE_DEVICE_UNKNOWN:
|
||||
return FILE_TYPE_CHAR;
|
||||
case FILE_DEVICE_NAMED_PIPE:
|
||||
|
|
Loading…
Reference in New Issue