]> git.ipfire.org Git - thirdparty/squid.git/commit - lib/sspwin32.cc
Fix some compile errors from Windows MinGW (#71)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 21 Dec 2019 21:14:11 +0000 (21:14 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 23 Dec 2019 01:07:51 +0000 (01:07 +0000)
commit6c1219b9a2ac351fc0b5fe1d1e3fef2ce4f91e6d
treedbca19c8e159d5406906158f701271d329cde564
parenta1c06c733099286cba0da3f142570db5bd459151
Fix some compile errors from Windows MinGW (#71)

MinGW compiler is a bit more limited than most GCC or Clang available.
The types used on Windows for some API declarations differ from those
commonly used on Linux/BSD systems.

TODO: There are additional compile issues to resolve.
compat/assert.h
lib/sspwin32.cc
src/DiskIO/DiskThreads/aiops_win32.cc
src/anyp/Uri.cc
src/anyp/Uri.h
src/auth/negotiate/SSPI/negotiate_sspi_auth.cc
src/auth/ntlm/SSPI/ntlm_sspi_auth.cc
src/base/File.cc
src/base/File.h
src/tests/stub_libanyp.cc