• unknown's avatar
    Define HAVE_STRNLEN correctly. · 2eba9378
    unknown authored
    
    include/config-win.h:
      strnlen() presents in the build in library only starting from
      Visual Studio 2005, identified by _MSC_VER 1400.
      Previous versions of Visual Studio didn't have this
      function, so they need the MySQL replacement function to be compiled.
    2eba9378
config-win.h 13.6 KB