http://bugs.winehq.org/show_bug.cgi?id=5429
Summary: There is no type LPMAPISENDMAIL in mapi.h Product: Wine Version: 0.9.15. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: choe.hwanjin@gmail.com
in mapi.h:194 :
typedef MAPISENDMAIL *LPMAPI;
should be
typedef MAPISENDMAIL *LPMAPISENDMAIL;