]> git.ipfire.org Git - thirdparty/squid.git/commit - src/dns_internal.cc
WIN32/Cygwin fixes by Guido
authorhno <>
Thu, 16 Aug 2001 06:16:15 +0000 (06:16 +0000)
committerhno <>
Thu, 16 Aug 2001 06:16:15 +0000 (06:16 +0000)
commitb671cc68ba4466217767054c00a521478de6c403
tree5a1149e9db5bdc5ac1a570916802b6f43ed67cf7
parent640e3df7c54c5d7afcc302cd910661ddc8a4e298
WIN32/Cygwin fixes by Guido

- Better GetOSVersion function, more squid "aware", added support for
Windows XP and future Windows versions.
- Added trap in WIN32_Subsystem_Init() for unknown or unsupported (WIN32s)
Windows version.
- Fixed compile warning in comm.c
- Changed exit() WIN32 hook, now less intrusive

And some ident fixes
19 files changed:
helpers/basic_auth/LDAP/squid_ldap_auth.c
helpers/ntlm_auth/SMB/ntlm.h
src/HttpReply.cc
src/cache_cf.cc
src/comm.cc
src/defines.h
src/disk.cc
src/dns_internal.cc
src/fs/coss/async_io.cc
src/fs/coss/async_io.h
src/fs/coss/store_dir_coss.cc
src/globals.h
src/main.cc
src/protos.h
src/repl/lru/store_repl_lru.cc
src/stat.cc
src/store_dir.cc
src/tools.cc
src/win32.cc