On Friday 29 August 2008 19:18:55, Danny Backx wrote:
> - The _WIN32_IE condition may be wrong. MSDN says this function exists
>   since Windows CE 2.12. Do you have a clue how to better code the
>   condition ?

Just wrap it in _WIN32_WCE >= xxx.  _WIN32_IE is a macro used in
desktop versions of Windows we inherited the headers from, because there,
some controls and functions were only available at runtime if you installed
recent versions of Internet Explorer.  This constant should not be relied
on for CE.

-- 
Pedro Alves

-------------------------------------------------------------------------
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
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to