SCSI_Linux_CheckDevices() is Linux-only as well.

This commit is contained in:
Gerald Pfeifer 2005-07-06 19:12:04 +00:00 committed by Alexandre Julliard
parent ea86dc9581
commit 5a86a85909
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,6 @@ SCSI_MapHCtoController()
RegCloseKey(hkeyScsi);
return;
}
#endif
static int SCSI_Linux_CheckDevices(void)
{
@ -582,6 +581,7 @@ static int SCSI_Linux_CheckDevices(void)
}
return 1;
}
#endif
static void
SCSI_GetProcinfo()