]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 16 Jan 2024 17:17:41 +0000 (06:17 +1300)
commitd547c6ce761f31760024b552fe8c8f4d62698826
tree65f34de9945c973cd10a45bf14bbf0968e4bbcaa
parentb3d0479dc2a5445a16737412235f1a6a9e4cad4f
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]