From: William A. Rowe Jr Date: Mon, 24 Sep 2001 22:50:50 +0000 (+0000) Subject: Another recent Win32 PSDK addition that we can cover for VC5 users. X-Git-Tag: 2.0.26~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e0735ce70b1432465ec1e2a64aa1da14009fa92;p=apache Another recent Win32 PSDK addition that we can cover for VC5 users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91136 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.c b/support/win32/ApacheMonitor.c index c708832e47..104d3e8134 100644 --- a/support/win32/ApacheMonitor.c +++ b/support/win32/ApacheMonitor.c @@ -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()) {