Commit 6b8b6ad0 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Solve a symbol from later PlatformSDK's that a VC5 user may or may not
  have installed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91134 13f79535-47bb-0310-9956-ffa450edef68
parent e862e89c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);