Bug 29379

Summary: broken build on Windows CE
Product: WebKit Reporter: Joerg Bornemann <joerg.bornemann>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Blocker CC: hausmann
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Windows CE compile fix staikos: review+

Joerg Bornemann
Reported 2009-09-18 06:56:55 PDT
Created attachment 39758 [details] 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.
Attachments
Windows CE compile fix (2.11 KB, patch)
2009-09-18 06:56 PDT, Joerg Bornemann
staikos: review+
Simon Hausmann
Comment 1 2009-09-19 10:42:22 PDT
Landed in r48558
Note You need to log in before you can comment on or make changes to this bug.