Fix build.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305206 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-11-08 17:06:35 +00:00
parent 0ea877ed9a
commit c1eb079594

View file

@ -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 <function>win32_set_service_status</function> with the
<constant>WIN32_SERVICE_RUNNING<constant> constant. If you need to perform
<constant>WIN32_SERVICE_RUNNING</constant> constant. If you need to perform
some lengthy process before the service is actually running, then you can
use the <constant>WIN32_SERVICE_START_PENDING</constant> constant. The
second is to continue to check-in with the service control manager so that