Sync to Wine-0_9_9:
authorAleksey Bragin <aleksey@reactos.org>
Mon, 17 Apr 2006 07:45:48 +0000 (07:45 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Mon, 17 Apr 2006 07:45:48 +0000 (07:45 +0000)
commitb59203d3a1ad8b55775566b4e66bb8887a80140f
tree04f10ef85a1d756d6b561fc97712679ebb03c15e
parentfb6d030c7c582b54221858f8524648f6c2200b17
Sync to Wine-0_9_9:
Francois Gouget <fgouget@free.fr>
- 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.

Sync to Wine-0_9_8:
Hans Leidekker <hans@it.vu.nl>
- mapi32: Implementation for MAPISendMail.
  Implement MAPISendMail, stub MAPILogoff and make the stubs for
  MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
- mapi32: Prevent freeing non-allocated memory.

svn path=/trunk/; revision=21622
reactos/dll/win32/mapi32/mapi32.rbuild
reactos/dll/win32/mapi32/mapi32.spec
reactos/dll/win32/mapi32/mapi32_main.c
reactos/dll/win32/mapi32/sendmail.c [new file with mode: 0644]
reactos/include/mapi.h
reactos/include/mapicode.h
reactos/include/mapix.h
reactos/media/doc/README.WINE