mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[RAPPS] Enable _DEBUG and fix assertion failures
CORE-17505
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user