<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Fix builds with Visual Studio 2013"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88511#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Fix builds with Visual Studio 2013"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88511">bug 88511</a>
              from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre><span class="quote">> -#if defined(_MSC_VER)
> +#if defined(_MSC_VER) && (_MSC_VER <= 1700)</span >

According to

<a href="http://stackoverflow.com/questions/70013/how-to-detect-if-im-compiling-code-with-visual-studio-2008">http://stackoverflow.com/questions/70013/how-to-detect-if-im-compiling-code-with-visual-studio-2008</a>

1700 is Visual Studio 2012. 

According to 

<a href="http://msdn.microsoft.com/en-us/library/hh308439%28v=vs.110%29.aspx">http://msdn.microsoft.com/en-us/library/hh308439%28v=vs.110%29.aspx</a>

fmax is available in 2012 and 2013. Should that _MSC_VER check be for < 1700?</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>