mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[RAPPS] Enable _DEBUG and fix assertion failures
CORE-17505
This commit is contained in:
parent
d958950217
commit
a92304fdd4
2 changed files with 4 additions and 2 deletions
|
@ -2047,8 +2047,6 @@ BOOL CApplicationView::AddAvailableApplication(CAvailableApplicationInfo *AvlbAp
|
|||
|
||||
VOID CApplicationView::SetWatermark(const CStringW& Text)
|
||||
{
|
||||
ATLASSERT(GetItemCount() == 0);
|
||||
|
||||
m_ListView->SetWatermark(Text);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef _RAPPS_H
|
||||
#define _RAPPS_H
|
||||
|
||||
#if DBG && !defined(_DEBUG)
|
||||
#define _DEBUG // CORE-17505
|
||||
#endif
|
||||
|
||||
#include "defines.h"
|
||||
|
||||
#include "dialogs.h"
|
||||
|
|
Loading…
Reference in a new issue