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.
WIN32_ALL_SOURCE = \
win32.h \
win32.cc \
- WinSvc.h \
- WinSvc.cc
+ windows_service.h \
+ windows_service.cc
if ENABLE_WIN32SPECIFIC
WIN32_SOURCE = win32.cc
-WINSVC_SOURCE = WinSvc.cc
+WINSVC_SOURCE = windows_service.cc
else
WIN32_SOURCE =
WINSVC_SOURCE =
#include "unlinkd.h"
#include "wccp.h"
#include "wccp2.h"
-#include "WinSvc.h"
+#include "windows_service.h"
#if USE_ADAPTATION
#include "adaptation/Config.h"
#include "protos.h"
#include "SquidConfig.h"
#include "tools.h"
-#include "WinSvc.h"
+#include "windows_service.h"
#if _SQUID_WINDOWS_
#if !defined(_MSWSOCK_)