<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebKit doesn't compile with Visual Studio 2015"
   href="https://bugs.webkit.org/show_bug.cgi?id=156825#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebKit doesn't compile with Visual Studio 2015"
   href="https://bugs.webkit.org/show_bug.cgi?id=156825">bug 156825</a>
              from <span class="vcard"><a class="email" href="mailto:bfulgham&#64;webkit.org" title="Brent Fulgham &lt;bfulgham&#64;webkit.org&gt;"> <span class="fn">Brent Fulgham</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=156825#c0">comment #0</a>)
<span class="quote">&gt; This is an FYI bug. I gave a quick pass to try to build JavaScriptCore (I
&gt; don't need all of WebKit, but I think all of WebKit has the same problem)
&gt; with Visual Studio 2015 Update 2. It doesn't compile.
&gt; 
&gt; So the biggest &quot;problem&quot; I see is that Microsoft finally fixed their broken
&gt; compiler to support a bunch of C99 things they have dragged their feet on
&gt; for a decade. So things like snprintf I think finally exist. But the problem
&gt; is that there are a lot of workarounds to redefine this missing functions
&gt; for Visual Studio which result in duplicate definitions now and break the
&gt; compile.
&gt; 
&gt; I think the solution is to start looking for the #if _MSC_VER cases and
&gt; explicitly compare for &lt; 1900 when it looks like it is a C/C++
&gt; language/standard-library workaround for Visual Studio.</span >

Well! This is good and bad news. Let's try to get those changes started. I can get our Windows builders updated to Update 2 and see what happens

Do you intend to post any patches for this?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>