-const char w32_svrapi_rcs[] = "$Id: w32svrapi.c,v 1.4 2011/04/19 13:00:47 fabiankeil Exp $";
+const char w32_svrapi_rcs[] = "$Id: w32svrapi.c,v 1.5 2011/09/04 11:10:56 fabiankeil Exp $";
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/w32svrapi.c,v $
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