Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4c8bd544
Commit
4c8bd544
authored
Dec 16, 2009
by
Owen Rudge
Committed by
Alexandre Julliard
Dec 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Redefine LHANDLE as ULONG_PTR.
parent
1b2ea8b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sendmail.c
dlls/mapi32/sendmail.c
+1
-1
mapi.h
include/mapi.h
+1
-1
No files found.
dlls/mapi32/sendmail.c
View file @
4c8bd544
...
...
@@ -402,7 +402,7 @@ ULONG WINAPI MAPISendMail( LHANDLE session, ULONG_PTR uiparam,
HRESULT
res
;
DWORD
size
;
TRACE
(
"(0x%08x 0x%08lx %p 0x%08x 0x%08x)
\n
"
,
session
,
uiparam
,
TRACE
(
"(0x%08
l
x 0x%08lx %p 0x%08x 0x%08x)
\n
"
,
session
,
uiparam
,
message
,
flags
,
reserved
);
/* Check to see if we have a Simple MAPI provider loaded */
...
...
include/mapi.h
View file @
4c8bd544
...
...
@@ -27,7 +27,7 @@ extern "C" {
#ifndef __LHANDLE
#define __LHANDLE
typedef
ULONG
LHANDLE
,
*
LPLHANDLE
;
typedef
ULONG
_PTR
LHANDLE
,
*
LPLHANDLE
;
#endif
#define lhSessionNull ((LHANDLE)0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment