Skip to content

Commit

Permalink
[SHELL32] brsfolder.cpp: Refactoring
Browse files Browse the repository at this point in the history
Modernize source code. Improve readability and reduce confusing.
JIRA issue: CORE-17340
- Rename browse_info as BrsFolder.
- Rename TV_ITEMDATA as BrsItemData.
- Rename InsertTreeViewItem as BrsFolder_InsertItem.
- Rename InitializeTreeView as BrsFolder_InitTreeView.
- Rename GetIcon as BrsFolder_GetIcon.
- Rename GetNormalAndSelectedIcons as BrsFolder_GetIconPair.
- Rename GetName as BrsFolder_GetName.
- Fix some confusing and/or non-standard variable names.
- Use ATL to simplify logics.
  • Loading branch information
katahiromz committed May 24, 2024
1 parent e582ca4 commit af03438
Showing 1 changed file with 340 additions and 471 deletions.
Loading

0 comments on commit af03438

Please sign in to comment.