Win64 patch 5/13

Ge van Geldorp ge at gse.nl
Mon Jun 19 13:03:38 CDT 2006


Changelog:
  Ge van Geldorp <ge at gse.nl>
  - Fix prototype

Index: dlls/mapi32/mapi32_main.c
===================================================================
RCS file: /home/wine/wine/dlls/mapi32/mapi32_main.c,v
retrieving revision 1.12
diff -u -r1.12 mapi32_main.c
--- dlls/mapi32/mapi32_main.c	22 Feb 2006 11:45:17 -0000	1.12
+++ dlls/mapi32/mapi32_main.c	19 Jun 2006 17:16:29 -0000
@@ -74,7 +74,7 @@
     return SUCCESS_SUCCESS;
 }
 
-ULONG WINAPI MAPILogon(ULONG uiparam, LPSTR profile, LPSTR password,
+ULONG WINAPI MAPILogon(ULONG_PTR uiparam, LPSTR profile, LPSTR password,
     FLAGS flags, ULONG reserved, LPLHANDLE session)
 {
     FIXME("(0x%08lx %s %p 0x%08lx 0x%08lx %p) Stub\n", uiparam,
@@ -84,7 +84,7 @@
     return SUCCESS_SUCCESS;
 }
 
-ULONG WINAPI MAPILogoff(LHANDLE session, ULONG uiparam, FLAGS flags,
+ULONG WINAPI MAPILogoff(LHANDLE session, ULONG_PTR uiparam, FLAGS flags,
     ULONG reserved )
 {
     FIXME("(0x%08lx 0x%08lx 0x%08lx 0x%08lx) Stub\n", session,



More information about the wine-patches mailing list