ntdll: Make TAPE_GetStatus inline to avoid a unused function warning.

This commit is contained in:
Alexandre Julliard 2010-04-26 07:18:46 -05:00
parent fdfabd53f1
commit 2e823590d4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ static const char *io2str( DWORD io )
/******************************************************************
* TAPE_GetStatus
*/
static NTSTATUS TAPE_GetStatus( int error )
static inline NTSTATUS TAPE_GetStatus( int error )
{
if (!error) return STATUS_SUCCESS;
return FILE_GetNtStatus();