hal: Don't cast zero.

Michael Stefaniuc mstefani at redhat.de
Fri Dec 5 00:45:49 CST 2008


---
 dlls/hal/hal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c
index 0b64809..6390edf 100644
--- a/dlls/hal/hal.c
+++ b/dlls/hal/hal.c
@@ -62,7 +62,7 @@ KIRQL WINAPI KfAcquireSpinLock(PKSPIN_LOCK SpinLock)
 {
     FIXME( "(%p) stub!\n", SpinLock );
 
-    return (KIRQL)0;
+    return 0;
 }
 
 
@@ -86,7 +86,7 @@ KIRQL WINAPI KfRaiseIrql(KIRQL NewIrql)
 {
     FIXME( "(%u) stub!\n", NewIrql );
 
-    return (KIRQL)0;
+    return 0;
 }
 
 
-- 
1.6.0.rc1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081205/2eb749bc/attachment.pgp 


More information about the wine-patches mailing list