Bug 37200

Summary: [WINCE] Check if ARM or _ARM_ is defined
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joybro201
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Patch none

Description Kwang Yul Seo 2010-04-07 03:44:51 PDT
MSVC defines ARM and _ARM_ for Windows CE ARM. Define WTF_CPU_ARM=1 when either ARM or _ARM_ is defined.
Comment 1 Kwang Yul Seo 2010-04-07 03:47:17 PDT
Created attachment 52727 [details]
Patch
Comment 2 Simon Hausmann 2010-04-08 06:18:09 PDT
Comment on attachment 52727 [details]
Patch

Strange, we don't see this issue when compiling the Qt port for Windows CE. But I don't see any harm with these two extra checks.
Comment 3 WebKit Commit Bot 2010-04-08 06:44:25 PDT
Comment on attachment 52727 [details]
Patch

Clearing flags on attachment: 52727

Committed r57271: <http://trac.webkit.org/changeset/57271>
Comment 4 WebKit Commit Bot 2010-04-08 06:44:30 PDT
All reviewed patches have been landed.  Closing bug.