[webkit-reviews] review requested: [Bug 29379] broken build on Windows CE : [Attachment 39758] Windows CE compile fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 06:56:55 PDT 2009


Joerg Bornemann <joerg.bornemann at trolltech.com> has asked Simon Hausmann
<hausmann at webkit.org> for review:
Bug 29379: broken build on Windows CE
https://bugs.webkit.org/show_bug.cgi?id=29379

Attachment 39758: Windows CE compile fix
https://bugs.webkit.org/attachment.cgi?id=39758&action=review

------- Additional Comments from Joerg Bornemann
<joerg.bornemann at trolltech.com>
There is no _aligned_alloc or _aligned_free on Windows CE.
We just use the Windows code that was there before and use VirtualAlloc.
But that also means that the BLOCK_SIZE must be 64K as this function
allocates on 64K boundaries.


More information about the webkit-reviews mailing list