[Webkit-unassigned] [Bug 27543] Add platform/wince/ files for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 8 11:44:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27543





--- Comment #38 from Yong Li <yong.li at torchmobile.com>  2009-08-08 11:44:53 PDT ---
(In reply to comment #35)
> (From update of attachment 34381 [details])
> For some meaningful review,
> 
> >> +#include "config.h"
> > +#include "SSLKeyGenerator.h"
> > +
> > +#include "Base64.h"
> > +#include "CString.h"
> > +
> > +#include <windows.h>
> > +#include <wincrypt.h>
> 
> Is this out of order by design?

The order of headers are sometimes important on Windows. Not sure with this
one, but I think it's good to put <windows.h> before <wincrypt.h>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list