mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
Fix some assertions now that they are enabled (#3524)
Fix some assertions, hack out some others (they need more ATL work). CORE-17505
This commit is contained in:
parent
df35c8d05e
commit
1952e5b795
7 changed files with 23 additions and 5 deletions
|
@ -251,6 +251,8 @@ class CToolbar :
|
|||
{
|
||||
public: // Configuration methods
|
||||
|
||||
// Hack:
|
||||
// Use DECLARE_WND_SUPERCLASS instead!
|
||||
HWND Create(HWND hWndParent, DWORD dwStyles = 0, DWORD dwExStyles = 0)
|
||||
{
|
||||
if (!dwStyles)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue