kernel: Report a tape device as FILE_TYPE_CHAR.

This commit is contained in:
Hans Leidekker 2006-02-13 13:22:34 +01:00 committed by Alexandre Julliard
parent c27526743b
commit e0de496f61
1 changed files with 1 additions and 0 deletions

View File

@ -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: