Bug 115170 - [Windows] Compile fix.
Summary: [Windows] Compile fix.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 05:18 PDT by peavo
Modified: 2013-04-25 09:38 PDT (History)
5 users (show)

See Also:


Attachments
Patch (981 bytes, patch)
2013-04-25 05:25 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.