Skip to content

Some simple fixes for Windows for the master branch

Chun-wei Fan requested to merge master.msvc into master

Hi,

This MR attempts to fix Windows builds for libsoup master, by:

  • Fixing the configuration by using a dummy dependency for ntlm-auth on Windows, since it is not supported by Windows.
  • Including stdlib.h for soup-date-utils.c for strtoul().

With blessings, thank you!

Merge request reports