Commit e0de496f authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

kernel: Report a tape device as FILE_TYPE_CHAR.

parent c2752674
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment