This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

misplaced mapi.h


Hi,

I have been porting a library which uses MAPI for email. I originally wrote 
the lib under VC and have just managed to get it working under cygwin.

It makes very basic use of MAPI, and as such the "mapi.h" file fitted fine 
apart from the lack of the following typedefs.

typedef ULONG (FAR PASCAL MAPISENDMAIL)(LHANDLE lhSession, ULONG ulUIParam, 
lpMapiMessage lpMessage, FLAGS flFlags, ULONG ulReserved);
typedef MAPISENDMAIL FAR *LPMAPISENDMAIL;

In fixing this up, I discovered that the mapi header resides in usr/include 
as opposed to being in with the win32 headers.

The file is copyrighted 97/98 Cygwin solutions, so I am not sure of what 
licencing issues it would have for you to move it amoungst the w32api 
headers.

If any issues arise presumably we can recreate it again, from info in the
public domain.

Anyway no huge problems, just bringing it to your attention..

Cheers,
	Andy.

<overdue_appreciation_tag>
P.S. I wish to thank the cygwin team and all the other contributers for such 
a kick-ass port of the unix toolchain. I have been using it for the last 
couple of years, and must admit that without it Win32 would be almost 
unbearable. Thank you.
</overdue_appreciation_tag>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]