]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get around a missing define from the more recent Platform SDKs.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 24 Sep 2001 21:44:48 +0000 (21:44 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 24 Sep 2001 21:44:48 +0000 (21:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91133 13f79535-47bb-0310-9956-ffa450edef68

src/os/win32/service.c

index f2a734eef4f51cf99e4335da49c71b3014bad764..b915782ed30142144d6f5e8d9c903d6055f9786e 100644 (file)
@@ -744,7 +744,7 @@ void service_set_status(int status)
                                            SERVICE_ALL_ACCESS);
         if (schService) {
             ret = ChangeServiceDescription(schService,
-                                           SERVICE_CONFIG_DESCRIPTION,
+                                           1 /* SERVICE_CONFIG_DESCRIPTION */,
                                            &full_description);
             CloseServiceHandle(schService);
         }