Commit d37f4076 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Silence warning about TAPE_GetStatus when sys/mtio.h is not available.

parent 9551179c
......@@ -87,11 +87,13 @@ static const char *io2str( DWORD io )
/******************************************************************
* TAPE_GetStatus
*/
#ifdef HAVE_SYS_MTIO_H
static inline NTSTATUS TAPE_GetStatus( int error )
{
if (!error) return STATUS_SUCCESS;
return FILE_GetNtStatus();
}
#endif
/******************************************************************
* TAPE_CreatePartition
......
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