mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
CExplorerBand should be implemented in shdocvw.dll. https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modules/rostests/apitests/com/shdocvw.c#L37 JIRA issue: CORE-19698 - Move CExplorerBand code from browseui to shdocvw. - Delete IDS_FOLDERSLABEL resource string from browseui. - Add IDS_FOLDERSLABEL resource string to shdocvw. - Adapt code to these changes. - Add sdk/include/reactos/ shdocvw_undoc.h. - Implement IEILIsEqual function.