mapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin).
This commit is contained in:
parent
a87ba6f445
commit
e9cc5156db
|
@ -191,7 +191,7 @@ typedef MAPISENDDOCUMENTS *LPMAPISENDDOCUMENTS;
|
|||
MAPISENDDOCUMENTS MAPISendDocuments;
|
||||
|
||||
typedef ULONG (WINAPI MAPISENDMAIL)(LHANDLE,ULONG_PTR,lpMapiMessage,FLAGS,ULONG);
|
||||
typedef MAPISENDMAIL *LPMAPI;
|
||||
typedef MAPISENDMAIL *LPMAPISENDMAIL;
|
||||
MAPISENDMAIL MAPISendMail;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue