mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[EXPLORER] Enable _DEBUG and fix assertion failures (#4306)
- Enable _DEBUG if debugging. - Fix assertion failures. CORE-18013
This commit is contained in:
parent
c262020016
commit
d958950217
4 changed files with 17 additions and 8 deletions
|
@ -285,9 +285,10 @@ public:
|
|||
TBSTYLE_TOOLTIPS | TBSTYLE_WRAPABLE | TBSTYLE_LIST | TBSTYLE_TRANSPARENT |
|
||||
CCS_TOP | CCS_NORESIZE | CCS_NODIVIDER;
|
||||
|
||||
// HACK & FIXME: CORE-18016
|
||||
HWND toolbar = CToolbar::Create(hWndParent, styles);
|
||||
SetDrawTextFlags(DT_NOPREFIX, DT_NOPREFIX);
|
||||
// HACK & FIXME: CORE-17505
|
||||
m_hWnd = NULL;
|
||||
return SubclassWindow(toolbar);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue