mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
960a305e5c
CExplorerBand should be
implemented in shdocvw.dll.
894ad4f17d/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.
14 lines
299 B
C
14 lines
299 B
C
#define IDR_SHDOCVW 1
|
|
#define IDR_FAVBAND 2
|
|
#define IDR_EXPLORERBAND 3
|
|
#define IDR_TYPELIB 1
|
|
|
|
#define IDW_TOOLBAR 2
|
|
#define IDW_TREEVIEW 100
|
|
|
|
#define ID_ADD 100
|
|
#define ID_ORGANIZE 101
|
|
|
|
#define IDS_ADD 1000
|
|
#define IDS_ORGANIZE 1001
|
|
#define IDS_FOLDERSLABEL 1002
|