Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Aug 13, 2024
1 parent 9b05201 commit c4b9f48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Src/CommandBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ static const UINT UWM_SHOWPOPUPMENU = WM_APP + 1;
HHOOK CCommandBar::m_hHook = nullptr;
CCommandBar* CCommandBar::m_pThis = nullptr;

#ifndef TBCDRF_USECDCOLORS
#define TBCDRF_USECDCOLORS 0x00800000
#endif

IMPLEMENT_DYNAMIC(CCommandBar, CToolBar)

BEGIN_MESSAGE_MAP(CCommandBar, CToolBar)
Expand Down

0 comments on commit c4b9f48

Please sign in to comment.