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

Alexandre Julliard julliard at winehq.org
Thu Feb 5 09:21:22 CST 2009


Module: wine
Branch: master
Commit: 1420ef9c4b0f32ce5ea158594cabad847d360b45
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1420ef9c4b0f32ce5ea158594cabad847d360b45

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Wed Feb  4 11:47:09 2009 +0100

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

---

 dlls/wnaspi32/winaspi16.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/wnaspi32/winaspi16.c b/dlls/wnaspi32/winaspi16.c
index 094b923..7429780 100644
--- a/dlls/wnaspi32/winaspi16.c
+++ b/dlls/wnaspi32/winaspi16.c
@@ -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
 }
 
 




More information about the wine-cvs mailing list