Commit Graph

8 Commits

Author SHA1 Message Date
Mike McCormack e9cc5156db mapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin). 2006-06-14 12:47:05 +02:00
Mike McCormack e09aecff89 include: Remove non-ASCII characters in headers for winelib compatibility. 2006-06-13 12:57:07 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Francois Gouget 4db07ab496 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.
2006-02-22 12:02:46 +01:00
Hans Leidekker d63835c2e3 mapi32: Implementation for MAPISendMail.
Implement MAPISendMail, stub MAPILogoff and make the stubs for
MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
2006-02-06 14:12:05 +01:00
Alexandre Julliard 0799c1a780 Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Aric Stewart 71a081ca58 Added some MAPI stubs. 2002-01-29 18:10:53 +00:00
François Gouget 3481e8039e Added mapi.h with the definitions needed by the MFC. 2000-12-13 21:28:57 +00:00