Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO

to RB_GETBANDINFOA.
oldstable
Marcus Meissner 2000-11-01 21:35:28 +00:00 committed by Alexandre Julliard
parent 826de2bbcc
commit 6ce752cee9
1 changed files with 2 additions and 2 deletions

View File

@ -2316,8 +2316,8 @@ REBAR_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
case RB_GETBANDCOUNT:
return REBAR_GetBandCount (hwnd);
/* case RB_GETBANDINFO32: */ /* outdated, just for compatibility */
case RB_GETBANDINFO: /* obsoleted after IE3, but we have to
support it anyway. */
case RB_GETBANDINFOA:
return REBAR_GetBandInfoA (hwnd, wParam, lParam);