X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32svrapi.c;h=71f29461b8a15c6780c75b03eb697ee60588cf95;hp=ce4994c53d6c7f25a8f75103e9494ec8bcf2bea9;hb=5d67369224f780b21d94cacf31dbcdf288c7ed6c;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/w32svrapi.c b/w32svrapi.c index ce4994c5..71f29461 100644 --- a/w32svrapi.c +++ b/w32svrapi.c @@ -1,4 +1,3 @@ -const char w32_svrapi_rcs[] = "$Id: w32svrapi.c,v 1.4 2011/04/19 13:00:47 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32svrapi.c,v $ @@ -17,7 +16,7 @@ const char w32_svrapi_rcs[] = "$Id: w32svrapi.c,v 1.4 2011/04/19 13:00:47 fabian * doing to provide that isolation. * * Copyright : Written by and Copyright (C) 2003, 2006 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 2003 Ian Cummings * @@ -64,8 +63,6 @@ const char w32_svrapi_rcs[] = "$Id: w32svrapi.c,v 1.4 2011/04/19 13:00:47 fabian #endif /* ndef _WIN_CONSOLE */ #include "w32svrapi.h" -const char w32_svrapi_h_rcs[] = W32_SVRAPI_H_VERSION; - /* Only the ANSI Win32 APIs are used at this time. If for some * reason, we're building under unicode then we must stop @@ -785,6 +782,9 @@ static void WINAPI privoxy_w32_service_start(DWORD dw, LPSTR* pszArgs) w32_set_service_status(hSrv_status, &srv_status); #ifndef FEATURE_PTHREAD + /* NOTE: a cygwin cross-compiler build for --host=i686-w64-mingw32 must disable POSIX threading - eg + * ./configure --host=i686-w64-mingw32 --disable-pthread + */ child_id = _beginthread(w32_service_listen_loop, 0, NULL); if (child_id > 0) #else