wnaspi32: Invoke ASPI_SendASPICommand() on non-Linux platforms, too.

oldstable
Gerald Pfeifer 2009-02-04 11:47:09 +01:00 committed by Alexandre Julliard
parent dd52e52df8
commit 1420ef9c4b
1 changed files with 0 additions and 4 deletions

View File

@ -440,11 +440,7 @@ adapter name */
*/
WORD WINAPI SendASPICommand16(SEGPTR segptr_srb)
{
#ifdef linux
return ASPI_SendASPICommand(segptr_srb, ASPI_WIN16);
#else
return 0;
#endif
}