From c1eb0795943a34c005f5c6ab7f5f4a81e556b999 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 8 Nov 2010 17:06:35 +0000 Subject: [PATCH] Fix build. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305206 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/win32-start-service-ctrl-dispatcher.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml b/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml index ff43962646..52df0bcd2e 100644 --- a/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml +++ b/reference/win32service/functions/win32-start-service-ctrl-dispatcher.xml @@ -24,7 +24,7 @@ Once started, the service process should do 2 things. The first is to tell the Service Control Manager that the service is running. This is achieved by calling win32_set_service_status with the - WIN32_SERVICE_RUNNING constant. If you need to perform + WIN32_SERVICE_RUNNING constant. If you need to perform some lengthy process before the service is actually running, then you can use the WIN32_SERVICE_START_PENDING constant. The second is to continue to check-in with the service control manager so that