ntdll: Make TAPE_GetStatus inline to avoid a unused function warning.
This commit is contained in:
parent
fdfabd53f1
commit
2e823590d4
|
@ -88,7 +88,7 @@ static const char *io2str( DWORD io )
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
* TAPE_GetStatus
|
* TAPE_GetStatus
|
||||||
*/
|
*/
|
||||||
static NTSTATUS TAPE_GetStatus( int error )
|
static inline NTSTATUS TAPE_GetStatus( int error )
|
||||||
{
|
{
|
||||||
if (!error) return STATUS_SUCCESS;
|
if (!error) return STATUS_SUCCESS;
|
||||||
return FILE_GetNtStatus();
|
return FILE_GetNtStatus();
|
||||||
|
|
Loading…
Reference in New Issue