ifsmgr.vxd: Remove superfluous pointer casts.

Michael Stefaniuc mstefani at redhat.de
Fri Jan 23 03:37:15 CST 2009


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

diff --git a/dlls/ifsmgr.vxd/ifsmgr.c b/dlls/ifsmgr.vxd/ifsmgr.c
index 499507f..47053e0 100644
--- a/dlls/ifsmgr.vxd/ifsmgr.c
+++ b/dlls/ifsmgr.vxd/ifsmgr.c
@@ -117,8 +117,8 @@ BOOL WINAPI IFSMGR_DeviceIoControl(DWORD dwIoControlCode, LPVOID lpvInBuffer, DW
     case IFS_IOCTL_2F:
         {
             CONTEXT86 cxt;
-            struct win32apireq *pIn=(struct win32apireq *) lpvInBuffer;
-            struct win32apireq *pOut=(struct win32apireq *) lpvOutBuffer;
+            struct win32apireq *pIn=lpvInBuffer;
+            struct win32apireq *pOut=lpvOutBuffer;
 
             TRACE( "Control '%s': "
                    "proid=0x%08lx, eax=0x%08lx, ebx=0x%08lx, ecx=0x%08lx, "
-- 
1.6.0.6
-------------- 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/20090123/431ac6ca/attachment.pgp 


More information about the wine-patches mailing list