[Webkit-unassigned] [Bug 29379] New: broken build on Windows CE
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 18 06:56:55 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29379
Summary: broken build on Windows CE
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: UNCONFIRMED
Severity: Blocker
Priority: P1
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joerg.bornemann at trolltech.com
CC: hausmann at webkit.org
Joerg Bornemann <joerg.bornemann at trolltech.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39758| |review?(hausmann at webkit.org
Flag| |)
Created an attachment (id=39758)
--> (https://bugs.webkit.org/attachment.cgi?id=39758)
Windows CE compile fix
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.
--
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