Skip to content
  • Chun-wei Fan's avatar
    config.h.win32.in: Always define HAVE_LONG_LONG · 9198f19d
    Chun-wei Fan authored
    Visual Studio actually supports long long types, but HAVE_LONG_LONG is
    undefined for Visual Studio builds, likely due to issues in previous
    gnulib code for printf functionality, that was bundled with GLib.
    
    Since gnulib has much better support with Visual Studio nowadays (which we
    updated the related code to last October), and HAVE_LONG_LONG being undefined
    actually causes issues in Visual Studio builds, which was demonstrated with
    the type-test test program in tests/, we should always define HAVE_LONG_LONG
    in config.h.win32.in.
    
    Thanks to Paolo Borelli for the heads up on the issue.
    9198f19d