Bug 115170

Summary: [Windows] Compile fix.
Product: WebKit Reporter: peavo
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bfulgham, cmarcelo, commit-queue, fpizlo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description peavo 2013-04-25 05:18:56 PDT
The WinCairo compilation of JavaScriptCore fails with the following errors:

C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\include\intrin.h(944) : error C2733: second C linkage of overloaded function '_interlockedbittestandset' not allowed
        C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\include\intrin.h(944) : see declaration of '_interlockedbittestandset'
C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\include\intrin.h(945) : error C2733: second C linkage of overloaded function '_interlockedbittestandreset' not allowed
        C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\include\intrin.h(945) : see declaration of '_interlockedbittestandreset'
Comment 1 peavo 2013-04-25 05:25:12 PDT
Created attachment 199654 [details]
Patch
Comment 2 WebKit Commit Bot 2013-04-25 09:38:50 PDT
Comment on attachment 199654 [details]
Patch

Clearing flags on attachment: 199654

Committed r149116: <http://trac.webkit.org/changeset/149116>
Comment 3 WebKit Commit Bot 2013-04-25 09:38:52 PDT
All reviewed patches have been landed.  Closing bug.