]> granicus.if.org Git - apache/commitdiff
Another recent Win32 PSDK addition that we can cover for VC5 users.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 24 Sep 2001 22:50:50 +0000 (22:50 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 24 Sep 2001 22:50:50 +0000 (22:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91136 13f79535-47bb-0310-9956-ffa450edef68

support/win32/ApacheMonitor.c

index c708832e4714c96bcab9e6d99fa5fabf4e75a4a3..104d3e81345869a90424a213aa61b4155b889f7c 100644 (file)
@@ -940,7 +940,8 @@ LRESULT CALLBACK ServiceDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM l
 
             hListBox = GetDlgItem(hDlg, IDL_SERVICES); 
             g_hwndStdoutList = GetDlgItem(hDlg, IDL_STDOUT);
-            hStatusBar = CreateStatusWindow(SBT_TOOLTIPS | WS_CHILD | WS_VISIBLE,
+            hStatusBar = CreateStatusWindow(0x0800 /* SBT_TOOLTIPS */
+                                          | WS_CHILD | WS_VISIBLE,
                                             "", hDlg, IDC_STATBAR);            
             if (GetApacheServicesStatus())
             {