mapi: Add some missing MAPI prototypes.
commit4db07ab496844eea76f693b4e5c21e3ed2ac8c44
authorFrancois Gouget <fgouget@free.fr>
Wed, 22 Feb 2006 11:02:46 +0000 (22 12:02 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 22 Feb 2006 11:02:46 +0000 (22 12:02 +0100)
tree383481595d7ba6fb36c43a7aabc6653a080dc470
parent805dc748097d0a7a79fdd31d46e3cd10296ee612
mapi: Add some missing MAPI prototypes.
Add some missing MAPI prototypes to mapi.h (spotted by winapi_check)
and include it where they are implemented.
Make mapi.h and mapix.h compatible. gcc does not like macros and
prototypes to be redefined so this involved protecting against
multiple definitions.
Fix the MAPISendMail() implementation prototype.
dlls/mapi32/mapi32_main.c
dlls/mapi32/sendmail.c
include/mapi.h
include/mapix.h