Commit 4c8bd544 authored by Owen Rudge's avatar Owen Rudge Committed by Alexandre Julliard

include: Redefine LHANDLE as ULONG_PTR.

parent 1b2ea8b2
...@@ -402,7 +402,7 @@ ULONG WINAPI MAPISendMail( LHANDLE session, ULONG_PTR uiparam, ...@@ -402,7 +402,7 @@ ULONG WINAPI MAPISendMail( LHANDLE session, ULONG_PTR uiparam,
HRESULT res; HRESULT res;
DWORD size; DWORD size;
TRACE( "(0x%08x 0x%08lx %p 0x%08x 0x%08x)\n", session, uiparam, TRACE( "(0x%08lx 0x%08lx %p 0x%08x 0x%08x)\n", session, uiparam,
message, flags, reserved ); message, flags, reserved );
/* Check to see if we have a Simple MAPI provider loaded */ /* Check to see if we have a Simple MAPI provider loaded */
......
...@@ -27,7 +27,7 @@ extern "C" { ...@@ -27,7 +27,7 @@ extern "C" {
#ifndef __LHANDLE #ifndef __LHANDLE
#define __LHANDLE #define __LHANDLE
typedef ULONG LHANDLE, *LPLHANDLE; typedef ULONG_PTR LHANDLE, *LPLHANDLE;
#endif #endif
#define lhSessionNull ((LHANDLE)0) #define lhSessionNull ((LHANDLE)0)
......
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