<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><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> changed
              <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>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Fix builds with Visual Studio 2003
           </td>
           <td>Fix builds with Visual Studio 2013
           </td>
         </tr></table>
      <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#c4">Comment # 4</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)
> -#define fmax(a, b) std::max(a, b)
> -#define fmin(a, b) std::min(a, b)
> -#endif</span >

fmax was added in Visual Studio 2012

<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>

so we would need to keep this when MSC_VER < 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>