On Jun 26, 2008, at 5:16 AM, Jörg Bornemann wrote:

> That means ATM that I have to make sure to always include  
> <windows.h> _before_ Assertion.h.

Then lets add this to Assertion.h:

     #if PLATFORM(WINCE) // or whatever is the right if
     #include <windows.h>
     #endif

I'd prefer this to a global change to the entire WebKit project.

     -- Darin

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to