]> git.ipfire.org Git - thirdparty/squid.git/commit
Avoid file name conflict with Windows WinSvc.h (#1637)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Mon, 15 Jan 2024 10:17:42 +0000 (10:17 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 15 Jan 2024 14:26:17 +0000 (14:26 +0000)
commit983e1055520ac0b2ded42e67bcfd80cbc7fdedca
tree8d84b1b715ac375b681ed232c7a26bf839d91538
parentf280f400a3d0fccd112c770365bd4e9c922b1f2f
Avoid file name conflict with Windows WinSvc.h (#1637)

There is a conflict between our WinSvc.h header file and
Windows system include <winsvc.h>, which is one of the
factors preventing our ability to build native windows helpers.
src/Makefile.am
src/main.cc
src/windows_service.cc [moved from src/WinSvc.cc with 99% similarity]
src/windows_service.h [moved from src/WinSvc.h with 100% similarity]