]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Solve a symbol from later PlatformSDK's that a VC5 user may or may not
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 24 Sep 2001 22:02:14 +0000 (22:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 24 Sep 2001 22:02:14 +0000 (22:02 +0000)
  have installed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91134 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/service.c

index 93d4a2140db66a474916150a79f2e8227704d17b..71605972e2215acbef828e261b7bb467888b5e75 100644 (file)
@@ -448,7 +448,7 @@ static void set_service_description(void)
                                                SERVICE_ALL_ACCESS);
         if (schService) {
             if (ChangeServiceDescription(schService,
-                                         SERVICE_CONFIG_DESCRIPTION,
+                                         1 /* SERVICE_CONFIG_DESCRIPTION */,
                                          &full_description))
                 full_description = NULL;
             CloseServiceHandle(schService);