1. 17 Oct, 2020 1 commit
    • Max Kellermann's avatar
      lib/nfs/patches: disable the snprintf->sprintf_s alias · 6a65b4c3
      Max Kellermann authored
      snprintf() is available on mingw, and the libnfs kludge broke the
      build with mingw, because sprintf_s() was now both an inline function
      and a "dllimport" function (because the macro renamed the inline
      function snprintf() to sprintf_s() in mingw's stdio.h).
      6a65b4c3