On Tue, 7 Oct 2008, Pedro Alves wrote:
> On Tuesday 07 October 2008 16:37:28, Vincent Torri wrote: > >> I send a mail about that specific problem. >> >> in secext.h, all the declarations are guarded by >> >> >> #if (_WIN32_WINNT >= 0x0500) >> >> Which is wrong, I think :) >> >> I don't know what to use here. The msdn doc is here: >> >> http://msdn.microsoft.com/en-us/library/aa908722.aspx >> >> It seems that it exists from Windows CE .NET 4.0 and later >> > > How about: > > #if (_WIN32_WINNT >= 0x0500) || (_WIN32_WCE >= 0x0400) > > ? I think it's good. After having passed -D_WIN32_WCE=0x0420 to the preproc, it is compiling. I would also modify the comment of the corresponding #endif in secext.h I would also do the same for that file in the cegcc part. Thank you Vincent Torri ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cegcc-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cegcc-devel
