Commit 1420ef9c authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent dd52e52d
...@@ -440,11 +440,7 @@ adapter name */ ...@@ -440,11 +440,7 @@ adapter name */
*/ */
WORD WINAPI SendASPICommand16(SEGPTR segptr_srb) WORD WINAPI SendASPICommand16(SEGPTR segptr_srb)
{ {
#ifdef linux
return ASPI_SendASPICommand(segptr_srb, ASPI_WIN16); return ASPI_SendASPICommand(segptr_srb, ASPI_WIN16);
#else
return 0;
#endif
} }
......
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